Move type outside of platform blocks

This commit is contained in:
Mrbysco 2024-10-31 08:45:15 +01:00 committed by GitHub
parent 98427c7e8d
commit bc67137313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -263,7 +263,7 @@ publishMods {
changelog = createChangelog().trim()
version = mod_version
displayName = "Actually Additions ${mod_version}"
type = STABLE
type = BETA;
file = jar.archiveFile
@ -278,7 +278,6 @@ publishMods {
projectId = "228404"
minecraftVersions.add(game_version)
javaVersions.add(JavaVersion.VERSION_21)
type = BETA;
clientRequired = true
serverRequired = true
requires("patchouli")
@ -289,7 +288,6 @@ publishMods {
accessToken = mrToken
projectId = "4K7Q3nqd"
minecraftVersions.add(game_version)
type = BETA;
requires("patchouli")
optional("jei")
}