Drop support for 1.16.5 and 1.17 (#2497)

Drop support for 1.16.5
This commit is contained in:
Alexander Brandes
2023-11-26 13:35:29 +01:00
committed by GitHub
parent d1798b7408
commit b754bc01e2
6 changed files with 2 additions and 18 deletions

View File

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