Skip to content

Commit bf3d8bb

Browse files
committed
Use variables to find public and private dirs
This will make it easier to change their locations in repo
1 parent 6772959 commit bf3d8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/spotless.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allprojects { proj ->
1313
java {
1414
removeUnusedImports()
1515

16-
eclipse().configFile(rootProject.file("public/etc/codestyle.xml"))
16+
eclipse().configFile(rootProject.file("$publicDir/etc/codestyle.xml"))
1717
}
1818
}
1919

0 commit comments

Comments
 (0)