Skip to content

Commit 5a3619f

Browse files
committed
Fix runServer version
1 parent 160f8af commit 5a3619f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ allprojects {
9494
}
9595

9696
val supportedVersions: List<String> = listOf("1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.4", "1.21.5",
97-
"1.21.8", "1.21.10", "1.21.11", "26.1")
97+
"1.21.8", "1.21.10", "1.21.11", "26.1.2")
9898

9999
tasks {
100100
supportedVersions.forEach {

0 commit comments

Comments
 (0)