Skip to content

Commit 8dc43e4

Browse files
author
Vincent Potucek
committed
apply autofix for dev system
1 parent 922f9f1 commit 8dc43e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gradle/spotless.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ spotless {
3131
greclipse().configFile rootProject.files('gradle/spotless.eclipseformat.xml', 'gradle/spotless.groovyformat.prefs')
3232
}
3333
}
34+
if (System.env['CI'] == null) {
35+
tasks.named('spotlessCheck') {
36+
dependsOn 'spotlessApply'
37+
mustRunAfter 'spotlessApply'
38+
}
39+
}

0 commit comments

Comments
 (0)