Skip to content

Commit

Permalink
Merge #9 and release v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Sep 10, 2023
1 parent 56b4726 commit 55c30e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ As of Gradle v6.4 the code innards the Groovy Wrapper relies on finally changed

As a consequence a v2 of this wrapper has been prepared and built, and can be used with Gradle 6.4 and onwards, to the next unknown future point of breakage.

However, that may not work with *older* Gradles, so you may have to use one or the other.
However, that may not work with *older* Gradles, so you may have to use one or the other.

Additionally, the 6.4 Gradle no longer ships with `commons-io` so we can't well put that on the Groovy Wrapper's classpath anymore. Sorry [#2](https://github.com/MovingBlocks/groovy-wrapper/issues/2) !
Additionally, the 6.4 Gradle no longer ships with `commons-io` so we can't well put that on the Groovy Wrapper's classpath anymore. Sorry [#2](https://github.com/MovingBlocks/groovy-wrapper/issues/2) !

### v2.1

This bump was needed as Gradle v7 changed how Groovy is embedded, now in multiple modular jars. It should be backwards compatible.

### v2.2

Gradle v8 support. Unsure on backwards compatibility.

## Gradle

Yep, it is Gradles all the way down :-)
Expand All @@ -44,4 +48,4 @@ While primary testing was done with 3.3 you can vary the target Gradle version v

## License

As with Gradle itself this extension is licensed under Apache 2.0 with gratitude to the Gradle project for the great tool. This extension is provided with no warranty or affiliation with https://gradle.org or https://gradle.com
As with Gradle itself this extension is licensed under Apache 2.0 with gratitude to the Gradle project for the great tool. This extension is provided with no warranty or affiliation with https://gradle.org or https://gradle.com
Binary file modified gradle/wrapper/groovy-wrapper.jar
Binary file not shown.

0 comments on commit 55c30e9

Please sign in to comment.