Okay, the bootstrap compiler doesn't need src/main/groovy anymore, so that is gone too.
On Mon, May 20, 2019 at 6:32 AM Paul King <pa...@asert.com.au> wrote: > > On Mon, May 20, 2019 at 4:46 AM Jochen Theodorou <blackd...@gmx.org> > wrote: > >> and how did the build times change? Do we still have incremental builds >> for the java parts? Because as I understood Cedric this is not the case >> anymore now. >> > > I am unsure what you are asking. I haven't done any performance testing of > the build. We are now more compliant with the Gradle recommendations that > Cédric referred to, so in theory faster now and more likely to have > incremental build support. We still add 'src/main/groovy' as a Java > sourceSet (for the bootstrap compiler). I haven't checked whether that is > still needed and I am unsure whether that means the extra structuring has > no affect on performance as yet. > > Cheers, Paul. > >