Skip to content

Commit

Permalink
add toolVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
kitdim committed May 24, 2024
1 parent 7845406 commit 2416dfe
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 @@ -24,6 +24,10 @@ dependencyManagement {
}
}

checkstyle {
toolVersion = "10.12.4"
}

dependencies {
// Spring
implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit 2416dfe

Please sign in to comment.