Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
2.5.4
-
None
-
Groovy / Gradle 5
Description
Our Gradle build automatically looks for the Groovy version that matches the installed Gradel version. This is done because sometimes having an incompatible Groovy version with the build causes exceptions in the build. Therefore it is impretive for the matching Groovy artefact be available in the central repositories.
FAILURE: Build failed with an exception. * What went wrong: Could not resolve all files for configuration ':TestingSupport:compileClasspath'. > Could not find groovy-all-indy.jar (org.codehaus.groovy:groovy-all:2.5.4).
I've looked in both mavenCentral and jcenter and the groovy-all indy file is not present.
The Invoke dynamic support documentation page reports that there are two versions of the Groovy all .JAR used.
The absence of this JAR breaks our build.
If Groovy is no longer supporting the -indy version of the JAR-s this should be noted in the documentation. I could find nothing about Invoke Dynamic in the Groovy 2.5 release notes.
Attachments
Issue Links
- is duplicated by
-
GROOVY-9639 Groovy ALL Indy
- Closed
- is related to
-
GROOVY-8697 Groovy 2.5 all indy pom should be available
- Closed