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.
Once gradle 6.0 is released, we should update the JavaFX build to use it. This is required in order to allow using JDK 13 as the boot JDK.
Comments
Changeset: 42040c4c
Author: Kevin Rushforth <kcr@openjdk.org>
Date: 2019-11-18 18:22:51 +0000
URL: https://git.openjdk.java.net/jfx/commit/42040c4c
8232063: Upgrade gradle to version 6.0
Reviewed-by: arapte, jvos
18-11-2019
Review: https://github.com/openjdk/jfx/pull/33
11-11-2019
The GA release of gradle 6.0 was released today, Nov 8, 2019.
09-11-2019
6.0 rc2 build was released on Oct 30. Final release now targeted for Nov 8.
02-11-2019
6.0 rc1 build is released. Final build expected on Nov 1.
31-10-2019
As part of this, the following change is needed to the build, which was split off from JDK-8226754 and will be done as part of the upgrade:
We need to change the definition of all ivy tasks from:
ivy {
layout "pattern", {
...
}
}
to:
ivy {
metadataSources {
artifact()
}
patternLayout {
...
}
}