Skip to content

Commit 01e95a2

Browse files
committed
fixed relative paths
1 parent 5b74e88 commit 01e95a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jdk_17_gradle/cs/rest/bibliothek/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ indra {
2727
spotless {
2828
java {
2929
endWithNewline()
30-
importOrderFile(rootProject.file(".spotless/bibliothek.importorder"))
30+
importOrderFile(rootProject.file("cs/rest/bibliothek/.spotless/bibliothek.importorder"))
3131
indentWithSpaces(2)
32-
licenseHeaderFile(rootProject.file("license_header.txt"))
32+
licenseHeaderFile(rootProject.file("cs/rest/bibliothek/license_header.txt"))
3333
trimTrailingWhitespace()
3434
}
3535
}

0 commit comments

Comments
 (0)