Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Add missing spotless run on build
  • Loading branch information
garrettsummerfi3ld committed Mar 27, 2024
1 parent 829e9b2 commit 4ab65c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ tasks.withType(JavaCompile) {
options.compilerArgs.add '-XDstringConcat=inline'
}

compileJava.dependsOn 'spotlessApply'

spotless {
java {
target fileTree('.') {
Expand Down

0 comments on commit 4ab65c8

Please sign in to comment.