Skip to content

Commit 515f0a4

Browse files
committed
fix build.gradle
1 parent a775726 commit 515f0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

7272
jar {
7373
from("LICENSE") {
74-
rename { "${it}_${archivesBaseName}" }
74+
rename { "${it}_${project.base.archivesName.get()}"}
7575
}
7676
}
7777

0 commit comments

Comments
 (0)