What Java version are you using Guillaume?
On Sat, Mar 11, 2017 at 6:45 AM, Guillaume Laforge <[email protected]> wrote: > I also get the same error: > > :groovydocAll FAILED > > > FAILURE: Build failed with an exception. > > > * What went wrong: > > Execution failed for task ':groovydocAll'. > >> java.lang.VerifyError: Bad type on operand stack > > Exception Details: > > Location: > > > org/codehaus/groovy/tools/groovydoc/GroovyRootDocBuilder.getJavaParser(Ljava/lang/String;Lorg/codehaus/groovy/antlr/SourceBuffer;)Lorg/codehaus/groovy/antlr/java/JavaRecognizer; > @28: invokevirtual > > Reason: > > Type 'org/codehaus/groovy/antlr/java/JavaLexer' (current frame, > stack[1]) is not assignable to 'groovyjarjarantlr/CharScanner' > > Current Frame: > > bci: @28 > > flags: { } > > locals: { 'java/lang/String', > 'org/codehaus/groovy/antlr/SourceBuffer', > 'org/codehaus/groovy/antlr/UnicodeEscapingReader', > 'org/codehaus/groovy/antlr/java/JavaLexer' } > > stack: { 'org/codehaus/groovy/antlr/UnicodeEscapingReader', > 'org/codehaus/groovy/antlr/java/JavaLexer' } > > Bytecode: > > 0x0000000: bb00 bb59 bb00 bd59 2ab7 00be 2bb7 00c1 > > 0x0000010: 4dbb 00c3 592c b700 c64e 2c2d b600 ca2d > > 0x0000020: b800 ce3a 0419 042b b600 d219 04b0 > > > > * Try: > > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > > > BUILD FAILED > > > Total time: 4 mins 59.81 secs > > > On Fri, Mar 10, 2017 at 8:11 PM, Cédric Champeau <[email protected]> > wrote: >> >> I'm tempted to send a +1, I've checked the signatures, but I have a weird >> error when building: https://scans.gradle.com/s/hgptywcc26pq2 >> >> Has anyone seen this before? >> >> 2017-03-10 19:51 GMT+01:00 Bahman Movaqar <[email protected]>: >>> >>> On 09/03/17 23:29, Paul King wrote: >>> > Please vote on releasing this package as Apache Groovy 2.4.10. >>> >>> +1 >>> >>> Thank you Groovy team for your efforts. >>> >>> -- >>> Bahman Movaqar >>> >>> http://BahmanM.com - https://twitter.com/bahman__m >>> https://github.com/bahmanm - https://gist.github.com/bahmanm >>> PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com) >>> >> > > > > -- > Guillaume Laforge > Apache Groovy committer & PMC Vice-President > Developer Advocate @ Google Cloud Platform > > Blog: http://glaforge.appspot.com/ > Social: @glaforge / Google+
