1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-15 05:57:38 +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

View File

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