JDK-8209967 : Bump minimum gradle version to 4.8 for JDK 11
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: jfx12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-08-25
  • Updated: 2019-08-13
  • Resolved: 2018-08-28
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
8u201Fixed jfx11.0.4Fixed
Related Reports
Blocks :  
Blocks :  
Description
Building FX with JDK 11 requires gradle 4.8, which is the version currently used by all of our builds. This JBS issue will bump the minimum to 4.8 to enforce that and to quickly fail the build if an older version of gradle is used (currently, 4.3 is the minimum). We need to do this before we can make JDK 11 the minimum boot JDK (see JDK-8209966).
Comments
Changeset: 12c560434da0 Author: kcr Date: 2018-08-28 14:24 -0700 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/12c560434da0 8209967: Bump minimum gradle version to 4.8 for JDK 11 Reviewed-by: prr, nlisker
28-08-2018

Review on GitHub: https://github.com/javafxports/openjdk-jfx/pull/169
25-08-2018