Front-port 1.19 build script change
This commit is contained in:
@@ -92,6 +92,9 @@ dependencies {
|
||||
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
shadowMe(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
|
||||
|
||||
// Ran's scuffed 1.19 stuff
|
||||
shadowMe files(project(":core").file("build/libs/DistantHorizons-${rootProject.mod_version}.jar"))
|
||||
}
|
||||
|
||||
task deleteResources(type: Delete) {
|
||||
@@ -104,6 +107,10 @@ processResources {
|
||||
dependsOn(copyCommonResources)
|
||||
}
|
||||
|
||||
// Ran's scuffed 1.19 stuff
|
||||
jar.dependsOn(project(":core").remapJar)
|
||||
remapSourcesJar.dependsOn(project(":core").remapJar)
|
||||
|
||||
runClient {
|
||||
dependsOn(copyAccessWidener)
|
||||
dependsOn(copyCoreResources)
|
||||
|
||||
Reference in New Issue
Block a user