Skip to content

Commit

Permalink
[#1874][#1885][#1933] Bugfix: The picocli-groovy module should not …
Browse files Browse the repository at this point in the history
…declare `org.codehaus.groovy:groovy-all` as API dependency

Closes #1874
Closes #1885
Closes #1933
  • Loading branch information
remkop committed Jan 25, 2023
1 parent d048580 commit 57cbd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
## <a name="4.7.1-new"></a> New and Noteworthy

## <a name="4.7.1-fixes"></a> Fixed issues
* [#1874][#1885][#1933] Bugfix: The `picocli-groovy` module should not declare `org.codehaus.groovy:groovy-all` as dependency. Thanks to [Mattias Andersson](https://github.com/attiand) and [Michael Kutz](https://github.com/mkutz) for raising this, and to [Paul King](https://github.com/paulk-asert) for the analysis.
* [#1886][#1896] Bugfix: AsciiDoc generator now correctly outputs options even if all options are in ArgGroups. Thanks to [Ruud Senden](https://github.com/rsenden) for the discussion and the pull request.
* [#1878][#1876] Bugfix: Annotation processor now avoids loading resource bundles at compile time. Thanks to [Ruud Senden](https://github.com/rsenden) for the discussion and the pull request.
* [#1930] Bugfix: Ensure tests pass in environments for Java 5-18.
Expand Down
2 changes: 1 addition & 1 deletion picocli-groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configurations {
}
dependencies {
api rootProject
api supportDependencies.groovy
compileOnly supportDependencies.groovy
ivy supportDependencies.ivy // for Gradle
}
tasks.withType(GroovyCompile) {
Expand Down

0 comments on commit 57cbd80

Please sign in to comment.