Re: [RESULT] [VOTE] Automatic module names
Hi Cédric, Out of curiosity, will the following issue be fixed too? "Execution failed for task ':clean' after gradle upgraded from 3.5.1 to 4.3.1"( https://github.com/gradle/gradle/issues/3437 ) Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
Re: Gradle build updates
Good morning Cedric Wanted to ask if the removal of the jdk9 version of groovy-all jar will also mean that all us stuck on jdk1.7 will not have newer versions of groovy features? It would seem i would need to revise my gradles to include needed dependencies that groovy-all used to have but not now? Thanx Jim Sent from my iPad > On 11 Dec 2017, at 01:32, Daniel.Sun wrote: > > Hi Cédric, > > It looks fine to me. > > BTW, the following commit will break the build(my bad...), please > pull the latest code. > https://github.com/melix/groovy-core/commit/fb00a0465e378bc9070f1e7dec4550fb778812ae > > Cheers, > Daniel.Sun > > > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
Re: Gradle build updates
Hi Cédric, It looks fine to me. BTW, the following commit will break the build(my bad...), please pull the latest code. https://github.com/melix/groovy-core/commit/fb00a0465e378bc9070f1e7dec4550fb778812ae Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
Gradle build updates
Hi folks, As promised I spent some time reworking the Gradle build. For those interested, you can take a look at the progress checking out my branch [1]. You'll notice that the build should be much faster [2], especially after changes, and it now makes use of the build cache. I also got rid of the crazy way to build the indy jars, it's now streamlined. I'm interested in feedback, since it's a potential breaking change. If everything goes well, I will backport the changes to the 2.5/2.6 builds (so please avoid changes there too). Thanks a lot, [1] https://github.com/melix/groovy-core/commits/cc/rebuild-gradle [2] https://scans.gradle.com/s/msvk2xi57div2
Re: [RESULT] [VOTE] Automatic module names
For the record I'm going to try to implement this. Our build is really in a bad shape, it will require extensive testing for the next release. 2017-12-08 15:26 GMT+01:00 Daniel.Sun : > Nice > > > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html >