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
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
> >>
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
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
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
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
---
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
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
> how [t]o do this ... "gradlew publishToMavenLocal"
Does "gradlew install" or "gradlew publish" put the snapshot artifacts in your
local maven repository?