Skip to content

Commit

Permalink
Remove 1.17 support for Bukkit
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Mar 30, 2024
1 parent 89d3f09 commit 18909ae
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 4,210 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -16,7 +16,7 @@ rootProject.name = "worldedit"

include("worldedit-libs")

listOf("1.17.1", "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")
}

Expand Down
7 changes: 0 additions & 7 deletions worldedit-bukkit/adapters/adapter-1.17.1/build.gradle.kts

This file was deleted.

0 comments on commit 18909ae

Please sign in to comment.