Releases: MovingBlocks/groovy-wrapper
Releases · MovingBlocks/groovy-wrapper
v2.2.0 - Gradle v2 support
Includes #9 for Gradle 8 support - thank you @jdrueckert 👍
v2.1.0 - Gradle 7+ support
v2.0.0 - adds compatibility for Gradle 6.4 but breaks backwards compatibility
See #4 and the updates in the readme.
Use this release of the Groovy wrapper for the Gradle wrapper for 6.4 onward. And the prior release for older Gradles, if needed.
Binaries embedded in the repo have been updated accordingly and it should be possibly to drop them right in (the entire gradle/wrapper
directory if you're OK using Gradle 6.4!)
Many thanks to @keturn !
v1.0.2 - allows usage of CliBuilder & JUnit
Another small patch release to also allow usage of CliBuilder
and JUnit, even including a couple unit tests in the Test.groovy
script!
Includes #2
v1.0.1 - make @Grab work
Tiny fix release to get Ivy on the classpath so @Grab
will work in a Groovy script.
Includes #1
v1.0.0 - Initial release
Seems like it works! Feedback appreciated :-)