Skip to content

Commit 34372da

Browse files
committed
Fix gradle issue
1 parent 8c0c614 commit 34372da

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
@@ -77,7 +77,7 @@ java {
7777

7878
jar {
7979
from("LICENSE") {
80-
rename { "${it}_${project.archivesBaseName}" }
80+
rename { "${it}_${project.archives_base_name}" }
8181
}
8282
}
8383

0 commit comments

Comments
 (0)