Skip to content

Commit

Permalink
fix jar {}
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Dec 4, 2024
1 parent f421a54 commit 0f79f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ tasks.withType(AbstractArchiveTask).configureEach {

jar {
from("LICENSE") {
rename { "${it}_${project.archivesName}"}
rename { "${it}_${base.archivesName}"}
}
}

0 comments on commit 0f79f65

Please sign in to comment.