JDK-8263760 : Update gradle to version 7.0.1
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 8,openjfx11,openjfx17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-03-17
  • Updated: 2021-08-20
  • Resolved: 2021-05-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u311Fixed openjfx17Fixed
Related Reports
Blocks :  
Blocks :  
Description
Now that gradle 7.0.1 is released, we should update the JavaFX build to use it. This is required in order to allow using JDK 16 as the boot JDK.

Comments
Changeset: 111bac41 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2021-05-19 16:14:40 +0000 URL: https://git.openjdk.java.net/jfx/commit/111bac4180a646662a81223bdbb56880789d5a90
19-05-2021

gradle 7.0.1 was released on May 10, 2021.
11-05-2021

Gradle 7 has been released.
10-04-2021

We currently get a few deprecation warnings pointing out changes that will be needed in our build scripts to allow building with gradle 7. Those will either need to be fixed at the same time as updating to gradle 7 or else fixed with a separate blocking bug.
17-03-2021