Ascension/buildscript/runtime.gradle

14 lines
320 B
Groovy
Raw Normal View History

2021-07-29 03:14:29 +02:00
// Common build script for bootstraps & standalone platforms
apply from: rootProject.file('buildscript/relocations.gradle')
jar {
2021-10-19 22:17:30 +02:00
dependsOn generateRuntimeDownloadResourceForRuntimeDownloadOnly
2021-07-29 03:14:29 +02:00
}
shadowJar {
from {
// Include translations
findProject(':i18n').sourceSets.main.resources
}
}