Thanks Dawid – great work!
there is a small problem with Jenkins (still running ANT build; I may add a second one running the gradle build!): The Jenkins build does a license and JAR file check by first deleting all checksum files and then regenerate all of them from the downloaded artifacts. Afterwards it checks that the GIT checkout is clean. This is done to detect obsolete or incorrect checksum files. With the gradle update you added the shaded jetty JAR file, but the old ANT build seems to still use the old/different name. It means after checksum regeneration the checkout is no longer clean: /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:494: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files: * solr/licenses/jetty-start-9.4.24.v20191120-shaded.jar.sha1 It does not seem to happen on 8.x branch so it look like caused by Gradle build. See here: <https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25336/console> https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25336/console Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de From: David Smiley <david.w.smi...@gmail.com> Sent: Wednesday, January 15, 2020 11:24 PM To: Solr/Lucene Dev <dev@lucene.apache.org> Subject: Re: Gradle build is on master This is a big milestone indeed! Thanks Mark, Dawid, Erick, Dat, Mike, etc. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Jan 15, 2020 at 2:00 PM Anshum Gupta <ans...@anshumgupta.net <mailto:ans...@anshumgupta.net> > wrote: Thank you Dawid and everyone else ! On Wed, Jan 15, 2020 at 5:33 AM Dawid Weiss <dawid.we...@gmail.com <mailto:dawid.we...@gmail.com> > wrote: Hello, I've just merged the gradle-master branch so gradle build can be used on master. As previously mentioned, it isn't a complete replacement for ant but I think we're getting darn close and common tasks are fairly well covered. Any issues or concerns: create an issue in jira or send an e-mail to the mailing list, CCing me directly. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org <mailto:dev-unsubscr...@lucene.apache.org> For additional commands, e-mail: dev-h...@lucene.apache.org <mailto:dev-h...@lucene.apache.org> -- Anshum Gupta