Skip to content

Commit 958864d

Browse files
committed
Add cleanthat to spotless config
1 parent 74b3443 commit 958864d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/spotless.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spotless {
1717
java {
1818
ratchetFrom 'origin/main'
1919
bumpThisNumberIfACustomStepChanges(1)
20+
cleanthat().version("2.4").sourceCompatibility("11").clearMutators().addMutators(['RSPEC-6212'])
2021
licenseHeaderFile rootProject.file('gradle/spotless.license')
2122
importOrderFile rootProject.file('gradle/spotless.importorder')
2223
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')

0 commit comments

Comments
 (0)