On 12.01.24 18:50, MG wrote:
Hi guys,
is there a way to get Groovy not to nedlessly recreate closure class
files during a build which would otherwise just change one or two
non-closure class files ?
The recreation of large numbers of closure class files seems to be
triggered randomly at certain points, and having to continuously
rsync-upload these files to the server after small code changes becomes
a factor in turnaround time...
I think we need a bit more detail. Groovyc compiles what you give it to
compile. If something is deciding one time to compile a set A and
sometimes a set B, then it is because the part controlling Groovyc
decided to do that.
so what is controlling Groovyc in your case? Gradle, Maven, Intellij..?
bye Jochen