From: <fwi...@gm...> - 2019-08-20 21:21:12
|
On Mon, Aug 19, 2019 at 7:55 PM Adam Burke <ada...@gm...> wrote: > > Over time, $0.02 in hand, I would suggest cutting pieces out of the ant build and moving them into the gradle build. As gradle can invoke ant, it does not need to be done in one big hit, but can be tackled task-by-task. Have gone through a similar process in the past with maven wrapping ant, then finally discontinuing the use of ant after multiple iterations. > > Eg one starting point could be to make gradle clean the definitive clean job. > > Can't remember if this was the stated direction in the past, but have seen it work. I'm also all for this approach, it would be nice to slowly move to gradle. -Frank |