Skip to content

Commit cc82ac7

Browse files
committed
Ignore pbjar when formatting
1 parent d354c1d commit cc82ac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ allprojects {
118118
licenseHeaderFile("${project.rootDir}/config/LICENSE_HEADER_PROPERTIES.txt", "[^#]")
119119
}
120120
java {
121+
targetExclude("**/org/pbjar/jxlayer/**/*.java")
121122
importOrder("java", "javax", "org", "com")
122123
removeUnusedImports()
123124
endWithNewline()

0 commit comments

Comments
 (0)