Skip to content

Commit

Permalink
Move adapters to _4
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Dec 7, 2023
1 parent 83db85e commit c8f466a
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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_3").forEach {
listOf("1_17_1", "1_18_2", "1_19_4", "1_20", "1_20_2", "1_20_4").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

Expand Down

0 comments on commit c8f466a

Please sign in to comment.