Hi, I’m trying to build a plugin with Guava 17 with Gradle 1.12, but when compiling the code, I get errors for whatever functionality was not present in Guava 14. It seems that gradleApi() has on its classpath a Guava version 14 (backport for JDK5).
I found this bug, which says it has been resolved: http://issues.gradle.org/browse/GRADLE-2962 Is there a way I can use my version of Guava in plugins? Thanks. -- Lóránt