Compile with target java 21, remove unsupported MC versions (#2836)

* Compile with target java 21, remove unsupported MC versions

* update bug report template
This commit is contained in:
Hannes Greule
2024-07-21 09:19:59 +02:00
committed by GitHub
parent 561ef4afdd
commit 2e1a8f9665
37 changed files with 6 additions and 17139 deletions

View File

@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"
include("worldedit-libs")
listOf("1_19_4", "1_20", "1_20_2", "1_20_4", "1_20_5", "1_21").forEach {
listOf("1_20_2", "1_20_4", "1_20_5", "1_21").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}