final.gradle: license isn't in the licenses directory anymore

This commit is contained in:
Vankka 2022-05-28 19:37:41 +03:00
parent 115c83a19a
commit c54b1bca8f
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -10,7 +10,7 @@ shadowJar {
archiveClassifier = ''
// Include the license in the jar
from(rootProject.file('licenses/LICENSE')) {
from(rootProject.file('LICENSE')) {
rename { fileName -> 'LICENSE.txt' }
}