mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
final.gradle: license isn't in the licenses directory anymore
This commit is contained in:
parent
115c83a19a
commit
c54b1bca8f
@ -10,7 +10,7 @@ shadowJar {
|
|||||||
archiveClassifier = ''
|
archiveClassifier = ''
|
||||||
|
|
||||||
// Include the license in the jar
|
// Include the license in the jar
|
||||||
from(rootProject.file('licenses/LICENSE')) {
|
from(rootProject.file('LICENSE')) {
|
||||||
rename { fileName -> 'LICENSE.txt' }
|
rename { fileName -> 'LICENSE.txt' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user