I don't think we need this

This commit is contained in:
Ran
2022-06-13 19:14:33 +06:00
parent 9d45717356
commit b77a53fc2a
+3 -1
View File
@@ -294,10 +294,12 @@ allprojects { p ->
withSourcesJar()
}
// Disable running the core and common
// Disable running & remapping in core and common
if (p == project(":core") || p == project(":common")) {
runClient.enabled = false
runServer.enabled = false
remapJar.enabled = false
remapSourcesJar.enabled = false
}
}