Closed kenwdelong closed 1 year ago
Ah, darn it. I missed that when I was doing a bulk replace of the Groovy versions. Updated. Lemme know if you think it needs more editing. Thanks for reporting!
Does that mean we don't need
<invokeDynamic>true</invokeDynamic>
in Groovy 4.0 and GMavenPlus 3.0.0?
That's right. It won't hurt anything if you do, but if GMavenPlus sees you are using Groovy 4+ it will turn that on already for you https://github.com/groovy/GMavenPlus/blob/b3ffc4028fcf7f27229186cf0fc2279aabffaf6d/src/main/java/org/codehaus/gmavenplus/mojo/AbstractCompileMojo.java#L445 and if you set it false with 4+ it will ignore that and still turn it on. Essentially, this setting has no effect when using Groovy 4+.
The page for invoke dynamic support shows this
But there is no such artifact. There are apparently no
indy
jars in 4.x.Related to https://github.com/groovy/GMavenPlus/issues/212