Skip to content

Commit 347b028

Browse files
committed
build > unify projectDir/buildDir paths
1 parent 0cb7d4a commit 347b028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ nexusPublishing {
164164
/* ******************** checks ******************** */
165165

166166
license {
167-
header = projectDir.resolve("HEADER")
167+
header = file("HEADER")
168168
mapping("java", "SLASHSTAR_STYLE")
169169
}

0 commit comments

Comments
 (0)