Skip to content

Commit

Permalink
build dependsOn spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmakila committed Oct 3, 2024
1 parent 9810cea commit 730af23
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ java.toolchain {
}

tasks {
build {
dependsOn(spotlessApply)
}
compileJava {
options.encoding = "UTF-8"
}
Expand Down

0 comments on commit 730af23

Please sign in to comment.