Skip to content

Releases: MovingBlocks/groovy-wrapper

v2.2.0 - Gradle v2 support

Choose a tag to compare

@Cervator Cervator released this 10 Sep 19:39

Includes #9 for Gradle 8 support - thank you @jdrueckert 👍

v2.1.0 - Gradle 7+ support

Choose a tag to compare

@Cervator Cervator released this 06 Apr 02:36

Minor release to support Gradle v7+

Includes PR #7 which fixes #6

Thank you, @BenjaminAmos !

v2.0.0 - adds compatibility for Gradle 6.4 but breaks backwards compatibility

Choose a tag to compare

@Cervator Cervator released this 31 May 03:00

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

Choose a tag to compare

@Cervator Cervator released this 20 Jun 23:02

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

Choose a tag to compare

@Cervator Cervator released this 11 Jun 03:53

Tiny fix release to get Ivy on the classpath so @Grab will work in a Groovy script.

Includes #1

v1.0.0 - Initial release

Choose a tag to compare

@Cervator Cervator released this 21 May 21:25

Seems like it works! Feedback appreciated :-)