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 f303dc1 commit 9e1b262Copy full SHA for 9e1b262
src/test/groovy/org/gradlex/jvm/dependency/conflict/test/GuavaClasspathTest.groovy
@@ -157,9 +157,9 @@ class GuavaClasspathTest extends Specification {
157
}
158
159
dependencies {
160
- api("com.google.collections:google-collections:1.0")
161
- api("com.google.guava:listenablefuture:1.0")
162
api("com.google.guava:guava:$guavaVersion${versionSuffix ? '-' : ''}$versionSuffix")
+ api("com.google.guava:listenablefuture:1.0")
+ api("com.google.collections:google-collections:1.0")
163
164
165
tasks.register("printJars") {
0 commit comments