From e5121992ca1fa5837e3757a848e82fc2031adb42 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 7 May 2022 22:01:58 +0800 Subject: [PATCH] Make Architectury API publish to the same CF project (cherry picked from commit b11b71767118cf82aeeda7895f5dc8f9678d94e7) --- fabric/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index fe50d945..f1f7d0c8 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -101,7 +101,7 @@ curseforge { 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") project { - id = "419697" + id = "419699" releaseType = "$rootProject.cf_type" changelogType = "html" changelog = releaseChangelog()