Drop support for minor 1.19 versions (#2316)

* Drop support for minor 1.19 versions

* More work
This commit is contained in:
Alexander Brandes
2023-06-29 12:23:26 +02:00
committed by GitHub
parent 24325d91ba
commit 770bb0087a
40 changed files with 7 additions and 17365 deletions

View File

@@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"
include("worldedit-libs")
listOf("legacy", "1_17_1", "1_18_2", "1_19", "1_19_3","1_19_4", "1_20").forEach {
listOf("legacy", "1_17_1", "1_18_2", "1_19_4", "1_20").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}