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 {
|
project {
|
||||||
id = "${curse_id}"
|
id = "${curse_id}"
|
||||||
changelog = getChangelogText()
|
changelog = getChangelogText()
|
||||||
releaseType = 'beta'
|
releaseType = 'alpha'
|
||||||
|
|
||||||
addGameVersion '1.8.9'
|
|
||||||
|
|
||||||
relations curseRelations
|
relations curseRelations
|
||||||
|
|
||||||
|
@ -223,4 +221,4 @@ curseforge {
|
||||||
addArtifact sourceJar
|
addArtifact sourceJar
|
||||||
addArtifact apiJar
|
addArtifact apiJar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue