1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-05 03:23:20 +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
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

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