Make Architectury API publish to the same CF project

(cherry picked from commit b11b717671)
This commit is contained in:
shedaniel
2022-05-07 22:01:58 +08:00
parent 077c0ff3c3
commit a59d038a1f

View File

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