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 fc1ab0a commit 630b334Copy full SHA for 630b334
gradle/spotless.gradle
@@ -31,11 +31,6 @@ spotless {
31
greclipse().configFile rootProject.files('gradle/spotless.eclipseformat.xml', 'gradle/spotless.groovyformat.prefs')
32
}
33
34
-//tasks.named('build') {
35
-// dependsOn 'spotlessApply'
36
-// shouldRunAfter 'spotlessApply'
37
-//}
38
-tasks.named('spotlessCheck') {
+tasks.named('build') {
39
dependsOn 'spotlessApply'
40
- mustRunAfter 'spotlessApply'
41
0 commit comments