Front-port 1.19 build script change
This commit is contained in:
+7
-2
@@ -48,8 +48,9 @@ dependencies {
|
||||
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
shadowMe(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
|
||||
|
||||
// forgeDependencies(project(":core")) { transitive false }
|
||||
|
||||
// Ran's scuffed 1.19 stuff
|
||||
shadowMe files(project(":core").file("build/libs/DistantHorizons-${rootProject.mod_version}.jar"))
|
||||
}
|
||||
|
||||
processResources {
|
||||
@@ -58,6 +59,10 @@ processResources {
|
||||
dependsOn(copyCommonResources)
|
||||
}
|
||||
|
||||
// Ran's scuffed 1.19 stuff
|
||||
jar.dependsOn(project(":core").remapJar)
|
||||
remapSourcesJar.dependsOn(project(":core").remapJar)
|
||||
|
||||
shadowJar {
|
||||
// Remove the fabric stuff from forge
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user