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 8dc43e4Copy full SHA for 8dc43e4
gradle/spotless.gradle
@@ -31,3 +31,9 @@ spotless {
31
greclipse().configFile rootProject.files('gradle/spotless.eclipseformat.xml', 'gradle/spotless.groovyformat.prefs')
32
}
33
34
+if (System.env['CI'] == null) {
35
+ tasks.named('spotlessCheck') {
36
+ dependsOn 'spotlessApply'
37
+ mustRunAfter 'spotlessApply'
38
+ }
39
+}
0 commit comments