Re: [jfx11u] RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-08-23 Thread Kevin Rushforth
On Sun, 22 Aug 2021 11:32:58 GMT, Ambarish Rapte wrote: >> There were two minor merge conflicts in `build.gradle` and one conflict in >> `gradle/wrapper/gradle-wrapper.properties` while cherry picking the change. >> And it also required similar changes to be made for project fxpackager. The

Re: [jfx11u] RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-08-23 Thread Johan Vos
On Sun, 22 Aug 2021 11:32:58 GMT, Ambarish Rapte wrote: >> There were two minor merge conflicts in `build.gradle` and one conflict in >> `gradle/wrapper/gradle-wrapper.properties` while cherry picking the change. >> And it also required similar changes to be made for project fxpackager. The

Re: [jfx11u] RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-08-23 Thread Kevin Rushforth
On Sun, 22 Aug 2021 11:32:58 GMT, Ambarish Rapte wrote: >> There were two minor merge conflicts in `build.gradle` and one conflict in >> `gradle/wrapper/gradle-wrapper.properties` while cherry picking the change. >> And it also required similar changes to be made for project fxpackager. The

Re: [jfx11u] RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-08-23 Thread Kevin Rushforth
On Sun, 22 Aug 2021 11:32:58 GMT, Ambarish Rapte wrote: >> There were two minor merge conflicts in `build.gradle` and one conflict in >> `gradle/wrapper/gradle-wrapper.properties` while cherry picking the change. >> And it also required similar changes to be made for project fxpackager. The

Re: [jfx11u] RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-08-22 Thread Ambarish Rapte
On Fri, 20 Aug 2021 23:18:58 GMT, Kevin Rushforth wrote: >> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> use antpluginImplementation > > build.gradle line 2758: > >> 2756: >> 2757: dependencies { >> 2758:

Re: [jfx11u] RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-08-22 Thread Ambarish Rapte
> There were two minor merge conflicts in `build.gradle` and one conflict in > `gradle/wrapper/gradle-wrapper.properties` while cherry picking the change. > And it also required similar changes to be made for project fxpackager. The > [first >

Re: RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-05-19 Thread Ambarish Rapte
On Thu, 13 May 2021 21:55:59 GMT, Kevin Rushforth wrote: >> This PR fixes the gradle deprecation warnings described in >> [JDK-8240336](https://bugs.openjdk.java.net/browse/JDK-8240336) and updates >> the JavaFX build to use gradle 7.0.1 as described in >>

Re: RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-05-18 Thread Joeri Sykora
On Thu, 13 May 2021 21:55:59 GMT, Kevin Rushforth wrote: >> This PR fixes the gradle deprecation warnings described in >> [JDK-8240336](https://bugs.openjdk.java.net/browse/JDK-8240336) and updates >> the JavaFX build to use gradle 7.0.1 as described in >>

Re: RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-05-16 Thread Crazyjavahacking
On Thu, 13 May 2021 21:55:59 GMT, Kevin Rushforth wrote: >> This PR fixes the gradle deprecation warnings described in >> [JDK-8240336](https://bugs.openjdk.java.net/browse/JDK-8240336) and updates >> the JavaFX build to use gradle 7.0.1 as described in >>

Re: RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-05-15 Thread Kevin Rushforth
On Fri, 14 May 2021 23:33:44 GMT, Scott Palmer wrote: > Isn't that just the settings for running the gradle wrapper - i.e.  it is not > setting the heap used by the gradle daemon process that will actually run the > build script? Ah yes, you are right. I just verified this with a test build.

Re: RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-05-14 Thread Scott Palmer
On Thu, 13 May 2021 21:55:59 GMT, Kevin Rushforth wrote: >> This PR fixes the gradle deprecation warnings described in >> [JDK-8240336](https://bugs.openjdk.java.net/browse/JDK-8240336) and updates >> the JavaFX build to use gradle 7.0.1 as described in >>

Re: RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-05-14 Thread Kevin Rushforth
On Thu, 13 May 2021 21:55:59 GMT, Kevin Rushforth wrote: >> This PR fixes the gradle deprecation warnings described in >> [JDK-8240336](https://bugs.openjdk.java.net/browse/JDK-8240336) and updates >> the JavaFX build to use gradle 7.0.1 as described in >>

Re: RFR: 8263760: Update gradle to version 7.0.1 [v2]

2021-05-13 Thread Kevin Rushforth
> This PR fixes the gradle deprecation warnings described in > [JDK-8240336](https://bugs.openjdk.java.net/browse/JDK-8240336) and updates > the JavaFX build to use gradle 7.0.1 as described in > [JDK-8263760](https://bugs.openjdk.java.net/browse/JDK-8263760). The minimum > version of gradle