We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922f9f1 commit 2ac0b47Copy full SHA for 2ac0b47
gradle/spotless.gradle
@@ -31,3 +31,9 @@ spotless {
31
greclipse().configFile rootProject.files('gradle/spotless.eclipseformat.xml', 'gradle/spotless.groovyformat.prefs')
32
}
33
34
+tasks.named('build') {
35
+ dependsOn 'spotlessApply'
36
+}
37
+tasks.named('spotlessCheck') {
38
+ mustRunAfter 'spotlessApply'
39
0 commit comments