Drop support for minor 1.19 versions (#2316)
* Drop support for minor 1.19 versions * More work
This commit is contained in:
committed by
GitHub
parent
24325d91ba
commit
770bb0087a
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user