1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 02:27:56 +00:00

Mark 1.17 (and 1.18) as stable

This commit is contained in:
Jonathan Coates
2021-12-17 16:44:29 +00:00
parent 82a7edee12
commit fe3c42ce22

View File

@@ -489,7 +489,7 @@ task checkRelease {
}
check.dependsOn checkRelease
def isStable = false
def isStable = true
curseforge {
apiKey = project.hasProperty('curseForgeApiKey') ? project.curseForgeApiKey : ''