We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca574f commit 5caec8dCopy full SHA for 5caec8d
1 file changed
examples/example-bukkit/build.gradle.kts
@@ -50,7 +50,7 @@ tasks {
50
8 to setOf("1.8.8"),
51
11 to setOf("1.9.4", "1.10.2", "1.11.2"),
52
17 to setOf("1.12.2", "1.13.2", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.4"),
53
- 21 to setOf("1.20.6", "1.21.7"),
+ 21 to setOf("1.20.6", "1.21.5", "1.21.10"),
54
)
55
56
runServer {
0 commit comments