Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Dec 21, 2024
1 parent 6440951 commit 1e1e709
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "dev.jsinco.brewery.garden"
version = "BX3.4.5"
version = "BX3.4.5#2"

repositories {
mavenCentral()
Expand Down Expand Up @@ -36,7 +36,7 @@ hangarPublish {
platforms {
register(Platforms.PAPER) {
jar.set(tasks.jar.flatMap { it.archiveFile })
platformVersions.set(listOf("1.21.x"))
platformVersions.set(listOf("1.21.3", "1.21.4"))
}
}
changelog.set(readChangeLog())
Expand All @@ -49,8 +49,8 @@ modrinth {
versionNumber.set(project.version.toString())
versionType.set("release") // This is the default -- can also be `beta` or `alpha`
uploadFile.set(tasks.jar)
loaders.addAll("bukkit", "spigot", "paper", "purpur", "folia")
gameVersions.addAll("1.21.4")
loaders.addAll("paper", "purpur", "folia")
gameVersions.addAll("1.21.3", "1.21.4")
changelog.set(readChangeLog())
}

Expand Down

0 comments on commit 1e1e709

Please sign in to comment.