1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-14 11:15:43 +00:00

Mark 1.19 as alpha-quality

I knew I had an option for this, I just forgot to flip it!
This commit is contained in:
Jonathan Coates 2022-06-12 16:46:43 +01:00
parent a879efc3d0
commit 755f8eff93
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

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