Skip to content

Commit 3e23a02

Browse files
committed
Fix gradle issue
1 parent 6015fc6 commit 3e23a02

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
@@ -74,7 +74,7 @@ java {
7474

7575
jar {
7676
from("LICENSE") {
77-
rename { "${it}_${project.archivesBaseName}" }
77+
rename { "${it}_${project.archives_base_name}" }
7878
}
7979
}
8080

0 commit comments

Comments
 (0)