Browse Source

Remove local testing build of transformer

shedaniel 4 năm trước cách đây
mục cha
commit
60cc189d60
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  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) {