Skip to content

Commit 0307ada

Browse files
committed
Build: Run spotlessApply on compileJava
1 parent aa69616 commit 0307ada

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ spotless {
225225
}
226226
}
227227

228+
tasks.named("compileJava") {
229+
dependsOn(":spotlessApply")
230+
}
231+
228232
/*
229233
* ShadowJar
230234
*/

0 commit comments

Comments
 (0)