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 3b1eb09 commit 77882eaCopy full SHA for 77882ea
build.gradle
@@ -127,10 +127,8 @@ java {
127
// If you plan to use a different file for the license, don't forget to change the file name here!
128
["jar", "sourcesJar"].each {
129
tasks.named(it).configure {
130
- inputs.property "archivesName", project.base.archivesName
131
-
132
- from("LICENSE") {
133
- rename { "${it}_${task.inputs.properties.archivesName}"}
+ from("LICENSE.md") {
+ rename { "${it}_${archivesBaseName}" }
134
}
135
136
0 commit comments