Skip to content

Commit 29799aa

Browse files
committed
Minor change
1 parent 6a5d190 commit 29799aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,14 @@ java {
6969
}
7070

7171
jar {
72+
inputs.property "archivesName", project.base.archivesName
73+
7274
from("LICENSE") {
73-
rename { "${it}_${project.archives_base_name}" }
75+
rename { "${it}_${inputs.properties.archivesName}"}
7476
}
7577
}
7678

79+
7780
// configure the maven publication
7881
publishing {
7982
publications {

0 commit comments

Comments
 (0)