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 78aef6a commit 0ce73d4Copy full SHA for 0ce73d4
build.gradle.kts
@@ -34,7 +34,8 @@ subprojects {
34
// This resolution strategy tells Gradle to automatically select the highest version when this conflict occurs.
35
configurations.all {
36
resolutionStrategy.capabilitiesResolution.withCapability("org.lz4:lz4-java") {
37
- selectHighestVersion()
+ select("at.yawk.lz4:lz4-java:1.8.1")
38
+ because("Both org.lz4 and at.yawk.lz4 provide lz4-java due to Sonatype redirect")
39
}
40
41
0 commit comments