On 16.04.2018 19:16, Russel Winder wrote:
I know no-one (including me) really gives a #### about Gant these days
– except perhaps Bob Swift for GINT – but it is useful for testing
Gradle and Groovy.
Currently I build against:
3.0.0 using my build from master/HEAD
2.4.x
2.5.x
2.6.x
where I use the latest version of 2.4, 2.5, and 2.6.
3.0.0-SNAPSHOT, 2.4.15, and 2.5.0-rc-1 all build and tests execute and
fail in not unreasonable ways. 2.6.0-alpha-3 fails due to something the
creates the following stack trace. I am running OpenJDK10 obviously.
Should I just forget Groovy 2.6.0?
General error during conversion: java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:160)
at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:143)
at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:418)
judging by the few examples I found online this mandates ASM 6.1.1
(https://mvnrepository.com/artifact/org.ow2.asm/asm/6.1.1) 6.1 comes
with Java10 support. No idea what they added in 10, that is not binary
compatible. I was not following that so much
bye Jochen