Skip to content

Commit

Permalink
Fix Paperweight build error and remove 1.19.4/1.20.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed May 15, 2024
1 parent 3d0892d commit 5ffa864
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 8,872 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jfrog-buildinfo = "org.jfrog.buildinfo:build-info-extractor-gradle:5.2.0"

fabric-mixin = "net.fabricmc:sponge-mixin:0.13.3+mixin.0.8.5"

paperweight = "io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.6.0"
paperweight = "io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.7.1"

linBus-bom = "org.enginehub.lin-bus:lin-bus-bom:0.1.0-SNAPSHOT"
linBus-common.module = "org.enginehub.lin-bus:lin-bus-common"
Expand All @@ -61,7 +61,7 @@ commonsCli = "commons-cli:commons-cli:1.4"

spigot = "org.spigotmc:spigot-api:1.20.1-R0.1-20230921.163938-66"
paperApi = "io.papermc.paper:paper-api:1.20.1-R0.1-20230921.165944-178"
paperLib = "io.papermc:paperlib:1.0.7"
paperLib = "io.papermc:paperlib:1.0.8"

dummypermscompat = "com.sk89q:dummypermscompat:1.10"
bstats-bukkit = "org.bstats:bstats-bukkit:2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ includeBuild("build-logic")

include("worldedit-libs")

listOf("1.19.4", "1.20", "1.20.2", "1.20.4", "1.20.5").forEach {
listOf("1.20.2", "1.20.4", "1.20.5").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

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

This file was deleted.

Loading

0 comments on commit 5ffa864

Please sign in to comment.