Re: Proposing a 10.2.0 release

2025-04-04 Thread Ignacio Vera
If I change the command to : ./gradlew --stacktrace --no-daemon assembleRelease -Dversion.release=10.2.0 -Psign --max-workers 2 -PuseGpg -Psigning.gnupg.keyName="" Then it works. I just follow the instructions in "gradlew helpPublishing". Why this needs to change now, it is a mystery to me.

Re: Proposing a 10.2.0 release

2025-04-04 Thread Ignacio Vera
Hello, I have been trying to build the artifacts but I am unable to sing them. I have done this before so it used to work for me so I am not sure if something has changed on my setup or something has changed on the build. It fails when running the following command: ./gradlew --stacktrace --no-

Re: Proposing a 10.2.0 release

2025-04-04 Thread Ignacio Vera
I think I understand the issue now as I asked for gradle sing-in when I shouldn't. Apologies for the noise. On Fri, Apr 4, 2025 at 3:09 PM Ignacio Vera wrote: > > If I change the command to : > > ./gradlew --stacktrace --no-daemon assembleRelease > -Dversion.release=10.2.0 -Psign --max-workers 2