Skip to content

Commit

Permalink
Exclude IntelliJ folders from spotless XML
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 2, 2023
1 parent a750bee commit abd7bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/java/javastyle.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (!project.hasProperty('skipJavaFormat')) {
format 'xml', {
target fileTree('.') {
include '**/*.xml'
exclude '**/build/**', '**/build-*/**', '**/bin/**'
exclude '**/build/**', '**/build-*/**', '**/bin/**', '**/.idea/**', '**/.run/**'
}
eclipseWtp('xml')
trimTrailingWhitespace()
Expand Down

0 comments on commit abd7bcb

Please sign in to comment.