Hi Paul,
We only upgraded to 8.1.1 a few days ago and not all tasks have been tested yet. On the version you have, you should be able to build an installation with "distBin" or "installGroovy".

I just fixed "publishToMavenLocal", so update and you should be good to go to get the SNAPSHOT artifacts.

Groovy 4.0.12 should run fine with JDK 21ea. From your stack trace, it looks like an older version of ASM or Groovy is on your classpath.

You were right, there were Groovy 4.0.9 JARs hidden in my Tomcat's /lib folder - 4.0.12 works just fine with JDK21 !



Cheers, Paul.

On Fri, Jun 16, 2023 at 12:07 AM Tobias Gierke <tobias.gie...@voipfuture.com> wrote:

    Unfortunately not. I've purged all groovy artifacts from my local
    Maven
    repo via "find ~/.m2 -name *groovy* -exec rm -rf {} \;" and tried
    both
    commands, checking ~/.m2/repository after each of them

    "gradlew install" - no files placed into ~/.m2/repository
    "gradlew publish" - fails with the same error I mentioned in my
    previous
    mail


    >> how [t]o do this ... "gradlew publishToMavenLocal"
    > Does "gradlew install" or "gradlew publish" put the snapshot
    artifacts in your local maven repository?

-- Tobias Gierke
    Software Developer

    Voipfuture GmbH   Wendenstr. 4   20097 Hamburg   Germany
    Phone +49 40 688 9001 64   Fax +49 40 688 9001 99
    Managing Directors   Jan Bastian   Eyal Ullert
    Commercial Court AG Hamburg   HRB 109896   VAT ID DE263738086


--
Tobias Gierke
Software Developer

Voipfuture GmbH   Wendenstr. 4   20097 Hamburg   Germany
Phone +49 40 688 9001 64   Fax +49 40 688 9001 99
Managing Directors   Jan Bastian   Eyal Ullert
Commercial Court AG Hamburg   HRB 109896   VAT ID DE263738086

Reply via email to