This project generates an uber JAR from Groovy JARs similar to the the groovy-all.jar shipped with Groovy prior to version 2.5.
- Update the version in
gradle.properties - Run the TC job (this job will run
./gradlew publish -Prelease -PgroovyVersion=2.5.7 -PgradleGroovyAllVersion=1.0 -PartifactoryUser=<username> -PartifactoryPassword=<password>)