Skip to content

Commit d65bb33

Browse files
committed
fix build.gradle(probably change to kts recently)
1 parent 17cbdaf commit d65bb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ java {
6464

6565
jar {
6666
from("LICENSE") {
67-
rename { "${it}_${project.archivesBaseName}" }
67+
rename { "${it}_${archivesBaseName}" }
6868
}
6969
}
7070

0 commit comments

Comments
 (0)