Re: [Approved] RFR: 8232063: Upgrade gradle to version 6.0

2019-11-18 Thread Johan Vos
On Mon, 11 Nov 2019 15:22:48 GMT, Kevin Rushforth wrote: > This PR upgrades the version of gradle used to build JavaFX to 6.0. In > addition to keeping up to date, this will allow us to subsequently upgrade > the boot JDK to JDK 13. > > This change does the following: > > 1. Use ivy

Re: [Approved] RFR: 8232063: Upgrade gradle to version 6.0

2019-11-18 Thread Ambarish Rapte
On Mon, 11 Nov 2019 15:22:48 GMT, Kevin Rushforth wrote: > This PR upgrades the version of gradle used to build JavaFX to 6.0. In > addition to keeping up to date, this will allow us to subsequently upgrade > the boot JDK to JDK 13. > > This change does the following: > > 1. Use ivy

Re: RFR: 8232063: Upgrade gradle to version 6.0

2019-11-11 Thread Kevin Rushforth
On Mon, 11 Nov 2019 15:22:48 GMT, Kevin Rushforth wrote: > This PR upgrades the version of gradle used to build JavaFX to 6.0. In > addition to keeping up to date, this will allow us to subsequently upgrade > the boot JDK to JDK 13. > > This change does the following: > > 1. Use ivy

RFR: 8232063: Upgrade gradle to version 6.0

2019-11-11 Thread Kevin Rushforth
This PR upgrades the version of gradle used to build JavaFX to 6.0. In addition to keeping up to date, this will allow us to subsequently upgrade the boot JDK to JDK 13. This change does the following: 1. Use ivy `patternLayout ...` instead of `layout "pattern" ...` and specify no metadata