Set releaseType to alpha and stop marking 1.8.9 as valid verison
This commit is contained in:
parent
cde81a03dd
commit
d8c5d75381
|
@ -213,9 +213,7 @@ curseforge {
|
|||
project {
|
||||
id = "${curse_id}"
|
||||
changelog = getChangelogText()
|
||||
releaseType = 'beta'
|
||||
|
||||
addGameVersion '1.8.9'
|
||||
releaseType = 'alpha'
|
||||
|
||||
relations curseRelations
|
||||
|
||||
|
@ -223,4 +221,4 @@ curseforge {
|
|||
addArtifact sourceJar
|
||||
addArtifact apiJar
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue