From 476cea2aff6cd39639e7959e48f2a016c263ef6c 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) (cherry picked from commit a59d038a1f78eb42584c5875dee55607b65e51b1) --- fabric/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 55be8e87..a0032e09 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -102,7 +102,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()