Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19859

Unable to figure out how a transitive dependency of a particular version is ending up in my jar?

$
0
0

Yes I got the same syntax problem so I tried this

configurations.all {
  resolutionStrategy {
    force "com.google.guava:guava:26.0-jre"
   }
}

Still the same result I see guava 19.0

#Generated by org.apache.felix.bundleplugin
#Wed Dec 09 15:58:23 EST 2015
version=19.0
groupId=com.google.guava
artifactId=guava

Viewing all articles
Browse latest Browse all 19859

Trending Articles