Skip to content

Commit

Permalink
fix: kapt 때문에 빌드 되지 않는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Dec 13, 2024
1 parent a509981 commit 72d5375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ subprojects {
swaggerUI("org.webjars:swagger-ui:${DependencyVersion.SWAGGER_UI}")
}

kapt {
includeCompileClasspath = false
}

tasks {
test {
useJUnitPlatform()
Expand Down

0 comments on commit 72d5375

Please sign in to comment.