Skip to content

Commit

Permalink
chore: build.gradle 순서 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
zinzoddari committed Jan 4, 2024
1 parent e4ee5e7 commit d192e0a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-validation")

developmentOnly("org.springframework.boot:spring-boot-devtools")

//flyway
implementation("org.flywaydb:flyway-core")
Expand All @@ -42,11 +45,11 @@ dependencies {
compileOnly("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")

developmentOnly("org.springframework.boot:spring-boot-devtools")
testImplementation("org.springframework.boot:spring-boot-starter-test")

//problem
implementation("org.zalando:problem-spring-web-starter:0.27.0")
implementation("org.springframework.boot:spring-boot-starter-validation")

//test
testImplementation("org.springframework.boot:spring-boot-starter-test")
}

tasks.withType<Test> {
Expand Down

0 comments on commit d192e0a

Please sign in to comment.