Skip to content

Commit 0839343

Browse files
committed
Actually fix build
1 parent 684c2c4 commit 0839343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ java {
9494

9595
jar {
9696
from("LICENSE") {
97-
rename { "${it}_${project.archivesBaseName}"}
97+
rename { "${it}_${project.base.archivesName}"}
9898
}
9999
}
100100

0 commit comments

Comments
 (0)