Skip to content

Commit 9d05aca

Browse files
committed
Cleanup old resolution strategy
Signed-off-by: Alexander Brandes <[email protected]>
1 parent fe5966e commit 9d05aca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

worldedit-bukkit/adapters/adapter-1_21_11/build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@ plugins {
44
id("buildlogic.adapter")
55
}
66

7-
configurations {
8-
all {
9-
resolutionStrategy {
10-
capabilitiesResolution {
11-
withCapability("org.lz4:lz4-java") {
12-
selectHighestVersion()
13-
}
14-
}
15-
}
16-
}
17-
}
18-
197
dependencies {
208
// https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
219
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.21.11-R0.1-20251223.192256-16")

0 commit comments

Comments
 (0)