Re: [EXT] Groovy HEAD & JDK21

2023-06-16 Thread Jochen Theodorou
On 17.06.23 01:24, Paul King wrote: Yes On Fri, Jun 16, 2023 at 9:10 PM Jochen Theodorou mailto:blackd...@gmx.org>> wrote: On 16.06.23 13:08, Jochen Theodorou wrote: > On 15.06.23 16:55, Paul King wrote: >> We only upgraded to 8.1.1 a few days ago and not all tasks have been

Re: [EXT] Groovy HEAD & JDK21

2023-06-16 Thread Paul King
Yes On Fri, Jun 16, 2023 at 9:10 PM Jochen Theodorou wrote: > On 16.06.23 13:08, Jochen Theodorou wrote: > > On 15.06.23 16:55, Paul King wrote: > >> 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 > >>

Re: [EXT] Groovy HEAD & JDK21

2023-06-16 Thread Jochen Theodorou
On 16.06.23 13:08, Jochen Theodorou wrote: On 15.06.23 16:55, Paul King wrote: 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 "publishToMavenLoc

Re: [EXT] Groovy HEAD & JDK21

2023-06-16 Thread Jochen Theodorou
On 15.06.23 16:55, Paul King wrote: 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

Re: [EXT] Groovy HEAD & JDK21

2023-06-16 Thread Tobias Gierke
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 arti

Re: [EXT] Groovy HEAD & JDK21

2023-06-15 Thread Tobias Gierke
That did it, thanks a lot ! I did run into an OutOfMemory error during my first invocation of "gradlew publishToMavenLocal" though and bumped the memory settings for good measure (I have 32 GB of RAM): diff --git a/gradle.properties b/gradle.properties index 355644b4a6..c2dd78b7b3 100644 ---

Re: [EXT] Groovy HEAD & JDK21

2023-06-15 Thread Paul King
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

Re: [EXT] Groovy HEAD & JDK21

2023-06-15 Thread Tobias Gierke
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

RE: [EXT] Groovy HEAD & JDK21

2023-06-15 Thread Milles, Eric (TR Technology) via dev
> how [t]o do this ... "gradlew publishToMavenLocal" Does "gradlew install" or "gradlew publish" put the snapshot artifacts in your local maven repository?