Hello Paul,
thanks a lot for volunteering as a release manager. :)
Sadly the javadoc of StringGroovyMethods#uncapitalize contains an error
so, the unit tests fail with:
MainJavadocAssertionTest >
StringGroovyMethodsJavadocAssertionTest.testAssertionFromStringGroovyMethodsLine213
FAILED
As
Darn. Thanks for spotting that. Yes I fixed that on master previously
but didn't notice that I forgot to merge the fix when backporting and
CI was failing for a different reason so I ignored what I thought was
a false positive.
It's only test code, not prod code that is affected but I think it's
w
It seems the Gradle 3.2.1 that gets downloaded is unable to build
Groovy on Debian Sid:
|> ./gradlew clean
Downloading https://services.gradle.org/distributions/gradle-3.2.1-bin.zip
...
It works fine locally. Is your local dir writable? No full disk? Could you
try to delete ~/.gradle/caches/3.2.1 ?
2016-12-30 12:34 GMT+01:00 Russel Winder :
> It seems the Gradle 3.2.1 that gets downloaded is unable to build
> Groovy on Debian Sid:
>
>
> |> ./gradlew clean
> Downloading https://
On Fri, 2016-12-30 at 12:37 +0100, Cédric Champeau wrote:
> It works fine locally. Is your local dir writable? No full disk?
> Could you
> try to delete ~/.gradle/caches/3.2.1 ?
Good to hear it works somewhere. :-)
Tried removing that cache directory, no change. :-(
--
Russel.
===
On Fri, 2016-12-30 at 12:37 +0100, Cédric Champeau wrote:
> It works fine locally. Is your local dir writable? No full disk?
> Could you
> try to delete ~/.gradle/caches/3.2.1 ?
What is really worrying is that I get the problem using the SDKMAN!
gradle installation as well as the gradlew command w
Cédric,
Current best hypothesis is that Gradle is working for me as long as
there is no buildSrc directory.
On Fri, 2016-12-30 at 12:37 +0100, Cédric Champeau wrote:
> It works fine locally. Is your local dir writable? No full disk?
> Could you
> try to delete ~/.gradle/caches/3.2.1 ?
>
>
> 201
On 30.12.2016 07:25, Paul King wrote:
Dear community,
I am happy to start the VOTE thread for a Groovy 2.4.8 release!
This release includes 82 bug fixes/improvements as outlined in the changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12335950
Tag:
h
On 12/30/2016 07:25 AM, Paul King wrote:
> Dear community,
>
> I am happy to start the VOTE thread for a Groovy 2.4.8 release!
>
> This release includes 82 bug fixes/improvements as outlined in the changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=1233
Can you give some more info? I can't replicate.
Cheers, Paul.
On Sat, Dec 31, 2016 at 4:46 AM, Jochen Theodorou wrote:
> On 30.12.2016 07:25, Paul King wrote:
>>
>> Dear community,
>>
>> I am happy to start the VOTE thread for a Groovy 2.4.8 release!
>>
>> This release includes 82 bug fixes/impr
On 30.12.2016 22:13, Paul King wrote:
Can you give some more info? I can't replicate.
I copied the 3.2.1 wrapper over and then tried to start... this is what
I got.
Just tried again using another 3.2.1 wrapper and this time I got
FAILURE: Build failed with an exception.
* Where:
Script '/t
The README gives bootstrap instructions for building from source. In
particular, you should not copy gradlew from another groovy install.
Instead you can just run any gradle and that will effectively do a
"gradle wrapper" which will get the correct gradle version. Let me
know if that works.
Cheers
12 matches
Mail list logo