Skip to content

Commit

Permalink
build.gradle: suppress 'GroovyAccessibility' IDEA inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Aug 17, 2024
1 parent 65d9548 commit 8e9f4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8e9f4d9

Please sign in to comment.