We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3a5c3 commit 27fef9eCopy full SHA for 27fef9e
1 file changed
build.gradle
@@ -62,7 +62,7 @@ compileJava.options.encoding = "UTF-8"
62
tasks.withType(JavaCompile).configureEach { it.options.release = 21 }
63
64
jar {
65
- from("LICENSE") { rename { "${it}_${project.base.archivesName}"} }
+ from("LICENSE") { rename { "${it}_${base.archivesName}"} }
66
}
67
68
0 commit comments