Re: Closure Class Files Recreation

2024-01-14 Thread OCsite
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

Re: Closure Class Files Recreation

2024-01-14 Thread MG
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

Re: Closure Class Files Recreation

2024-01-14 Thread Jochen Theodorou
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