Remove local testing build of transformer

This commit is contained in:
shedaniel
2021-02-26 02:18:05 +08:00
parent 0eb7bd5b1e
commit 60cc189d60

View File

@@ -28,14 +28,6 @@ allprojects {
isSnapshot = System.getenv("PR_NUM") != null
}
architectury {
transformerVersion = "2.0.9999"
}
repositories {
mavenLocal()
}
def runNumber = (System.getenv("GITHUB_RUN_NUMBER") == null ? "9999" : System.getenv("GITHUB_RUN_NUMBER"))
if (!ext.isSnapshot) {