Sfoglia il codice sorgente

Remove local testing build of transformer

shedaniel 4 anni fa
parent
commit
60cc189d60
1 ha cambiato i file con 0 aggiunte e 8 eliminazioni
  1. 0 8
      build.gradle

+ 0 - 8
build.gradle

@@ -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) {