diff --git a/build.gradle b/build.gradle index 5a5e30f1..61bd1920 100644 --- a/build.gradle +++ b/build.gradle @@ -233,6 +233,7 @@ spotless { targetExclude moduleInfoFile, metadataFile eclipse('4.27').configFile 'spotless.eclipseformat.xml' formatAnnotations() + //noinspection GroovyAccessibility cleanthat().sourceCompatibility(project.sourceCompatibility.toString()).addMutators([ 'SafeButNotConsensual', 'SafeButControversial'