forked from Clones/Controlify
Update to 1.20.4
This commit is contained in:
@ -11,7 +11,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "dev.isxander"
|
||||
version = "1.7.0+1.20.3"
|
||||
version = "1.7.0+1.20.4"
|
||||
val isAlpha = "alpha" in version.toString()
|
||||
val isBeta = "beta" in version.toString()
|
||||
if (isAlpha) println("Controlify alpha version detected.")
|
||||
@ -184,7 +184,7 @@ publishMods {
|
||||
modLoaders.add("fabric")
|
||||
|
||||
// modrinth and curseforge use different formats for snapshots. this can be expressed globally
|
||||
val stableMCVersions = listOf("1.20.2")
|
||||
val stableMCVersions = listOf("1.20.3", "1.20.4")
|
||||
|
||||
val modrinthId: String by project
|
||||
if (modrinthId.isNotBlank() && hasProperty("modrinth.token")) {
|
||||
|
Reference in New Issue
Block a user