mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
9 lines
242 B
Groovy
9 lines
242 B
Groovy
// Common buildscript for loaders
|
|
apply from: rootProject.file('buildscript/relocations.gradle')
|
|
apply from: rootProject.file('buildscript/final.gradle')
|
|
|
|
shadowJar {
|
|
// Include the bootstrap
|
|
from parent.tasks.shadowJar.archiveFile
|
|
}
|