Skip to content

Commit

Permalink
chore(bukkit/paper): Update testing server versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jun 21, 2024
1 parent a71123c commit 45adac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks {
8 to setOf("1.8.8"),
11 to setOf("1.9.4", "1.10.2", "1.11.2"),
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"),
21 to setOf("1.20.6")
21 to setOf("1.20.6", "1.21")
)

runServer {
Expand Down
2 changes: 1 addition & 1 deletion examples/example-paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks {
}

val runVersions = mapOf(
21 to setOf("1.20.6"),
21 to setOf("1.20.6", "1.21"),
)

runServer {
Expand Down

0 comments on commit 45adac0

Please sign in to comment.