We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da49c5e commit 80d5d63Copy full SHA for 80d5d63
1 file changed
dependencies.gradle
@@ -100,4 +100,11 @@ subprojects {
100
implementation platform('io.netty:netty-bom:4.1.+')
101
}
102
103
+ configurations.configureEach {
104
+ // see https://github.com/google/guava/releases/tag/v32.1.0
105
+ // "Reporting dependencies that overlap with Guava"
106
+ resolutionStrategy.capabilitiesResolution.withCapability('com.google.guava:listenablefuture') {
107
+ select('com.google.guava:guava:0')
108
+ }
109
110
0 commit comments