Skip to content

Commit 27fef9e

Browse files
committed
New gradle prefers short version of this
1 parent ea3a5c3 commit 27fef9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ compileJava.options.encoding = "UTF-8"
6262
tasks.withType(JavaCompile).configureEach { it.options.release = 21 }
6363

6464
jar {
65-
from("LICENSE") { rename { "${it}_${project.base.archivesName}"} }
65+
from("LICENSE") { rename { "${it}_${base.archivesName}"} }
6666
}
6767

6868

0 commit comments

Comments
 (0)