Not voting +1 just yet... as I'm seeing a test failure.
I don't think we have a real problem here... but somehow there's a test
dependency that can't be downloaded?
https://scans.gradle.com/s/pwu5wgyihhcpc
I'm seeing this in my logs:
json.StreamingJsonBuilderTest > testStreamingJsonBuilder FAILE
Second test got me a different issue
json.JsonBuilderTest > testJsonBuilder FAILED
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup
failed:
General error during conversion: Error grabbing Grapes -- [download
failed: org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar]
I guess you encountered the ivy issue, which appears from time to time.
Cheers,
Daniel.Sun
-
Daniel Sun
Apache Groovy committer
Blog: http://blog.sunlan.me
Twitter: @daniel_sun
--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
If you clear out the respective dependencies in your .groovy/grapes cache
it should work. I suspect it is an Ivy bug but I'm unsure whether we could
do something more to better avoid it. It indicates that one of the indirect
dependencies had trouble loading previously but the Ivy metadata says it
w
The source code for the groovy website has moved to:
https://github.com/apache/groovy-website/
Currently the generated content is still hosted off-site but that will move
over the next few weeks too. I'll wait until the move to gitbox has been
completed since we need to update the release process
Even after rm -rf my ~/.groovy/grapes directory, I get similar errors with
problematic dependencies.
:groovy-json:test
json.StreamingJsonBuilderTest > testStreamingJsonBuilder FAILED
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup
failed:
General error during co
That said, when I skip the tests, my smoke tests with the Groovy console
work otherwise just fine.
Guillaume
On Mon, Dec 10, 2018 at 3:21 PM Guillaume Laforge
wrote:
> Even after rm -rf my ~/.groovy/grapes directory, I get similar errors with
> problematic dependencies.
>
> :groovy-json:test
>
+1 (binding)
On Sun, Dec 9, 2018, 3:59 AM Paul King
> Dear development community,
>
> I am happy to start the VOTE thread for a Groovy 2.4.16 release! This is a
> maintenance release of the 2.4 branch and the last planned release for this
> branch.
>
> This release includes 17 bug fixes/improve