Re: Current workflow for steps before commiting changes

2020-08-28 Thread Dawid Weiss
; > -Original Message- > > From: Erick Erickson > > Sent: Thursday, August 27, 2020 11:11 PM > > To: dev@lucene.apache.org > > Subject: Re: Current workflow for steps before commiting changes > > > > Alexandre: > > > > "./g

RE: Current workflow for steps before commiting changes

2020-08-28 Thread Uwe Schindler
://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Erick Erickson > Sent: Thursday, August 27, 2020 11:11 PM > To: dev@lucene.apache.org > Subject: Re: Current workflow for steps before commiting changes > > Alexandre: > > "./gradlew c

Re: Current workflow for steps before commiting changes

2020-08-27 Thread Erick Erickson
Alexandre: "./gradlew check” is all you need. That does what “ant precommit test” would do. Dawid put some pretty great help in, "./gradlew help” shows the top-level help tasks, and “./gradlew helpAnt” gives some very useful gradle versions of some of the familiar Ant targets you’re used to.