Skip to content

Commit

Permalink
Restrict spotless inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Feb 18, 2021
1 parent 1f30ebb commit a976292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/formatting.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ subprojects {
java {
// Normally this isn't necessary, but we have Java sources in
// non-standard places
target '**/*.java'
target 'src/**/*.java'

removeUnusedImports()
eclipse().configFile rootProject.file('buildSrc/formatterConfig.xml')
Expand Down

0 comments on commit a976292

Please sign in to comment.