You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2022/04/10 10:59:00 UTC

[jira] [Commented] (GROOVY-10577) Missing groovy-all.jar in Maven Central

    [ https://issues.apache.org/jira/browse/GROOVY-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17520154#comment-17520154 ] 

Paul King commented on GROOVY-10577:
------------------------------------

There has been no {{groovy-all}} jar since 2.4.x rather there is a {{groovy-all}} pom. This is to align with requirements for JDK9+. You should be able to use the {{groovy-all}} pom to get all the transitive dependencies from your build system (groovy,jar, groovy-ant.jar, groovy-xml.jar etc.) giving you the same classes you would have had back in 2.4 days from the {{groovy-all}} jar.

If you are using gradle you might need:
{code}
implementation platform('org.apache.groovy:groovy-all:4.0.1')
{code}
Instead of:
{code}
implementation 'org.apache.groovy:groovy-all:4.0.1'
{code}
Requiring the extra "platform" part has been a point of confusion, so we may alter that for 4.0.2. If we do it will be in the release notes.


> Missing groovy-all.jar in Maven Central
> ---------------------------------------
>
>                 Key: GROOVY-10577
>                 URL: https://issues.apache.org/jira/browse/GROOVY-10577
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>            Reporter: Минск
>            Priority: Trivial
>
> Missing groovy-all.jar in MavenCentral [https://repo1.maven.org/maven2/org/apache/groovy/groovy-all/4.0.1/] 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)