We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b3443 commit 958864dCopy full SHA for 958864d
gradle/spotless.gradle
@@ -17,6 +17,7 @@ spotless {
17
java {
18
ratchetFrom 'origin/main'
19
bumpThisNumberIfACustomStepChanges(1)
20
+ cleanthat().version("2.4").sourceCompatibility("11").clearMutators().addMutators(['RSPEC-6212'])
21
licenseHeaderFile rootProject.file('gradle/spotless.license')
22
importOrderFile rootProject.file('gradle/spotless.importorder')
23
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
0 commit comments