mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-30 05:05:19 -05:00
Remove local testing build of transformer
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user