Skip to content

Commit

Permalink
Remove 1.19-1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Dec 6, 2023
1 parent 0b2f75d commit a3b3eb7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,14 @@ tasks {
useJUnitPlatform()
}
runServer {
minecraftVersion("1.20.2")
minecraftVersion("1.19.4")
}
}
kotlin {
jvmToolchain(17)
}

val supportedMinecraftVersions = listOf(
"1.19",
"1.19.1",
"1.19.2",
"1.19.3",
"1.19.4",
"1.20",
"1.20.1",
Expand Down

0 comments on commit a3b3eb7

Please sign in to comment.