Skip to content

Commit

Permalink
Drop 1.19-1.19.3 to reduce jar size (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Nov 21, 2023
1 parent 607b9fc commit 9b8eb2c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 8,304 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -2,7 +2,7 @@ rootProject.name = "worldedit"

include("worldedit-libs")

listOf("legacy", "1.17.1", "1.18.2", "1.19", "1.19.3", "1.19.4", "1.20", "1.20.2").forEach {
listOf("legacy", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.2").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

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

This file was deleted.

0 comments on commit 9b8eb2c

Please sign in to comment.