mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-10-31 08:32:18 +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 = ''
|
||||
|
||||
// Include the license in the jar
|
||||
from(rootProject.file('licenses/LICENSE')) {
|
||||
from(rootProject.file('LICENSE')) {
|
||||
rename { fileName -> 'LICENSE.txt' }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user