Skip to content

Commit

Permalink
Fix LICENSE not being included properly
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Jan 1, 2023
1 parent 57eba5d commit b602fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ java {
}

jar {
filesMatching('LICENSE') {
rename '^(LICENSE.*?)(\\..*)?$', "\$1_${archivesBaseName}\$2"
from('LICENSE') {
rename { "${it}_${archivesBaseName}" }
}
}

Expand Down

0 comments on commit b602fe7

Please sign in to comment.