mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Merge remote-tracking branch 'architectury/1.18.2' into 1.19
# Conflicts: # gradle.properties # testmod-common/src/main/java/dev/architectury/test/item/TestBlockInteractions.java
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user