Skip to content

Commit 630b334

Browse files
author
Vincent Potucek
committed
activate formatAnnotations()
1 parent fc1ab0a commit 630b334

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gradle/spotless.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ spotless {
3131
greclipse().configFile rootProject.files('gradle/spotless.eclipseformat.xml', 'gradle/spotless.groovyformat.prefs')
3232
}
3333
}
34-
//tasks.named('build') {
35-
// dependsOn 'spotlessApply'
36-
// shouldRunAfter 'spotlessApply'
37-
//}
38-
tasks.named('spotlessCheck') {
34+
tasks.named('build') {
3935
dependsOn 'spotlessApply'
40-
mustRunAfter 'spotlessApply'
4136
}

0 commit comments

Comments
 (0)