nothing builds except the 1.20.4 adapter for some reason

This commit is contained in:
Telesphoreo 2024-03-16 15:00:40 -05:00
parent c259540f86
commit 3af52449b0
No known key found for this signature in database
GPG Key ID: 9D1991811E093C02

View File

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