Skip to content

Commit

Permalink
tiens ton lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayrode committed May 28, 2024
1 parent f5568a1 commit af803f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
28 changes: 13 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,19 @@ repositories {
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation("org.springframework.boot:spring-boot-starter-validation")
developmentOnly("org.springframework.boot:spring-boot-devtools")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")

compileOnly("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")
compileOnly("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")

runtimeOnly("com.h2database:h2")
testImplementation("org.springframework.boot:spring-boot-starter-test")
implementation("io.swagger.core.v3:swagger-annotations:2.1.12")
developmentOnly "org.springframework.boot:spring-boot-devtools"
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"

annotationProcessor "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok"

runtimeOnly "com.h2database:h2"
implementation 'org.springframework.boot:spring-boot-autoconfigure:3.2.5'
implementation 'org.springframework.boot:spring-boot:3.2.5'
implementation 'org.springframework:spring-context:6.1.6'
implementation 'org.springframework:spring-web:6.1.6'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.springframework.boot:spring-boot-test:3.2.5'
}

tasks.named('test') {
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
spring.application.name=ctcd

0 comments on commit af803f9

Please sign in to comment.