drop 1.18.2 - 1.20.2 from building

This commit is contained in:
Telesphoreo 2024-03-17 14:54:36 -05:00
parent ee7918043e
commit 2b2f4f8d23
1 changed files with 1 additions and 1 deletions

View File

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