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
Hi Jochen,
1. we build using IntelliJ, and this has occurred independent of the
IntelliJ version for years.
1. (It is now that I work more from home that this becomes more of
a nuiscance, due to much slower upload speed to the server.)
2. Does "Groovyc compiles what you give it to c
MG,
I might be wrong (haven't checked for a long long time and at least a couple of
major Groovy versions), but I believe groovyc always simply re-creates all the
.class files which result from a source compiled (could be a number of them:
aside of the closure classes, groovyc — very reasonably