We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5966e commit 9d05acaCopy full SHA for 9d05aca
worldedit-bukkit/adapters/adapter-1_21_11/build.gradle.kts
@@ -4,18 +4,6 @@ plugins {
4
id("buildlogic.adapter")
5
}
6
7
-configurations {
8
- all {
9
- resolutionStrategy {
10
- capabilitiesResolution {
11
- withCapability("org.lz4:lz4-java") {
12
- selectHighestVersion()
13
- }
14
15
16
17
-}
18
-
19
dependencies {
20
// https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
21
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.21.11-R0.1-20251223.192256-16")
0 commit comments