Explorar el Código

Make Architectury API publish to the same CF project

shedaniel hace 3 años
padre
commit
b11b717671
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fabric/build.gradle

+ 1 - 1
fabric/build.gradle

@@ -104,7 +104,7 @@ curseforge {
     if (project.hasProperty("CURSE_API_KEY") || System.getenv("CURSE_API_KEY") != null) {
     if (project.hasProperty("CURSE_API_KEY") || System.getenv("CURSE_API_KEY") != null) {
         apiKey = project.hasProperty("CURSE_API_KEY") ? project.property("CURSE_API_KEY") : System.getenv("CURSE_API_KEY")
         apiKey = project.hasProperty("CURSE_API_KEY") ? project.property("CURSE_API_KEY") : System.getenv("CURSE_API_KEY")
         project {
         project {
-            id = "419697"
+            id = "419699"
             releaseType = "release"
             releaseType = "release"
             changelogType = "html"
             changelogType = "html"
             changelog = releaseChangelog()
             changelog = releaseChangelog()