On 21.11.2016 23:08, Winnebeck, Jason wrote:
I recently encountered an error from javac compiling a stub that was otherwise valid from Groovy itself when I enabled generate-stubs task. I resolved the error properly, but I wonder, should javac be compiling stubs when using gmavenplus?
afaik no
I thought it just referred to them but did not compile them. If it’s compiling the stubs, am I at risk of having the stub replace the Groovy-generated code in the final jar?
since groovy compilation happens after the groovy compiler will overwrite those classes. So no danger from that front
bye Jochen
