Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Jan 2, 2024
1 parent 712f7b5 commit fd4e9b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nx-gradle/spring-boot/g-sb-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ dependencies {
tasks.withType<Test> {
useJUnitPlatform()
}

checkstyle {
toolVersion = "10.3.3"
configFile = rootProject.file("config/checkstyle/checkstyle.xml")
}

0 comments on commit fd4e9b6

Please sign in to comment.