Re: Groovy 3 very slow stub generation

2020-01-16 Thread Paolo Di Tommaso
Hi Daniel, I've made the test you suggested: - The gradle build with groovy 2.5.8 compiles in 34 seconds - The gradle build with groovy 3.0.0-rc-3 takes 1m 46s - The build with IntelliJ more than 5 minutes, which makes it unusable :( p On Mon, Nov 18, 2019 at 4:04 PM Daniel.Sun wrote

Re: Groovy 3 very slow stub generation

2020-01-16 Thread Daniel.Sun
Hi Paolo, > The gradle build with groovy 2.5.8 compiles in 34 seconds > The gradle build with groovy 3.0.0-rc-3 takes 1m 46s Could you share the build-scan reports? > The build with IntelliJ more than 5 minutes, which makes it unusable :( As for the performance issue of intellij IDEA,