We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04021e7 commit 2ac458cCopy full SHA for 2ac458c
build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
}
23
24
group = "net.TylerS1066.Beaming"
25
-version = "2.0.0_beta-1_gradle+dev-1"
+version = "2.0.0_beta-2"
26
description = "Beaming"
27
java.toolchain.languageVersion = JavaLanguageVersion.of(21)
28
@@ -70,7 +70,7 @@ hangarPublish {
70
platforms {
71
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
72
jar.set(tasks.jar.flatMap { it.archiveFile })
73
- platformVersions.set(listOf("1.20.6-1.21.1"))
+ platformVersions.set(listOf("1.20.6-1.21.4"))
74
dependencies {
75
hangar("Movecraft") {
76
required.set(true)
0 commit comments