Skip to content

Commit

Permalink
use project dir ref to allow for multi project builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstrickland committed Oct 24, 2024
1 parent ebe7d58 commit 4da9591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tasks.withType<Wrapper> {

checkstyle {
toolVersion = "10.16.0"
configDirectory.set(rootProject.file("checkstyle/"))
configDirectory.set(project.projectDir.resolve("checkstyle/"))
}

jacoco {
Expand Down

0 comments on commit 4da9591

Please sign in to comment.