Skip to content

Commit 845f06c

Browse files
committed
fix: build.gradle
1 parent 48d80f2 commit 845f06c

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
@@ -92,7 +92,7 @@ java {
9292

9393
jar {
9494
from("LICENSE") {
95-
rename { "${it}_${project.archivesBaseName}"}
95+
rename { "${it}_${project.base.archivesName}"}
9696
}
9797
}
9898

0 commit comments

Comments
 (0)