We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08894c4 commit 89d4314Copy full SHA for 89d4314
build.gradle
@@ -74,7 +74,7 @@ java {
74
75
jar {
76
from("LICENSE") {
77
- rename { "${it}_${project.archivesBaseName}" }
+ rename { "${it}_${project.archives_base_name}" }
78
}
79
80
0 commit comments