Re: Gradle build improvements

2021-08-26 Thread Alexis Tual
Great, thanks Gus and Houston for the quick answer, I will create the JIRA and the relevant PR. Have a good day ! On 2021/08/25 15:03:02, Gus Heck wrote: > Gradle expertise and patches are definitely welcome. Since you have code in> > hand it sounds like it would be good for you to open a Jira i

Re: Gradle build improvements

2021-08-26 Thread Dawid Weiss
Hi Alexis, It'd be great to see improvements to gradle in both Solr and Lucene, thank you! There are already some improvements (and upgrades) made on the Lucene side - I just didn't have time to port these over to Solr. Dawid On Wed, Aug 25, 2021 at 4:32 PM Alexis Tual wrote: > Hi, > > I'm Ale

Re: Gradle build improvements

2021-08-25 Thread Gus Heck
Gradle expertise and patches are definitely welcome. Since you have code in hand it sounds like it would be good for you to open a Jira issue and then create a pull request, with the Jira Identifier as the start of the title of the PR (see other issues for examples) this should automatically link y

Re: Gradle build improvements

2021-08-25 Thread Houston Putman
Hello Alexis, We of course always encourage PRs from the community, especially for making the build system better! I thought we had the build cache enabled, but I am far from a Gradle expert so your advice would be very welcome. Our PRs are tagged with JIRA items in https://issues.apache.org/jira

Gradle build improvements

2021-08-25 Thread Alexis Tual
Hi, I'm Alexis and I work at Gradle. I have made some optimizations to the solr build to enable the build cache and make the build faster locally (and on CI if re-using the same agent). Would you be interested in a PR with small changes that would do that?? Thanks -- Alexis Tual Senior Softwa