Skip to content

Releases: MovingBlocks/groovy-wrapper

v2.2.0 - Gradle v2 support

10 Sep 19:39
Compare
Choose a tag to compare

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

v2.1.0 - Gradle 7+ support

06 Apr 02:36
Compare
Choose a tag to compare

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

31 May 03:00
Compare
Choose a tag to compare

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

20 Jun 23:02
Compare
Choose a tag to compare

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

11 Jun 03:53
Compare
Choose a tag to compare

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

Includes #1

v1.0.0 - Initial release

21 May 21:25
Compare
Choose a tag to compare

Seems like it works! Feedback appreciated :-)