Yes, it says that it's due today, but it originally said it was due last
week, and they've been slipping it day for day.
I did a fair bit of testing with a recent gradle 6.0 nightly build while
working on https://bugs.openjdk.java.net/browse/JDK-8226754 so I don't
anticipate any problems.
--
By the way, Gradle 6.0 RC1 is due today. It could be beneficial to test the
build with it prior to the release of 6.0.
On Fri, Oct 18, 2019 at 4:16 PM Nir Lisker wrote:
> By way of information, the current toolchain versions used by the JavaFX
>> build are recorded in build.properties [4].
>
>
>
>
> By way of information, the current toolchain versions used by the JavaFX
> build are recorded in build.properties [4].
I referenced this file for the minimum and current Gradle versions in the
Gradle section of the build instructions [1] to avoid needing to update the
wiki page manually every
Correct. will need to upgrade to gradle 6 to support building with JDK
13. See JDK-8232063 [1] and JDK-8232064 [2]. The gradle team indicates
that they plan to ship gradle 6 on November 1 [3].
By way of information, the current toolchain versions used by the JavaFX
build are recorded in build.
Sorry, that was my mistake when I updated that page for Skara. We usually
list JDK N and N-1 as compatible for JFX N and I missed that Gradle is not
there yet for 13.
Use JDK 12 for now.
- Nir
On Fri, Oct 18, 2019, 09:02 Robert Lichtenberger
wrote:
> In trying to provide a fix for JDK-8232524 I
In trying to provide a fix for JDK-8232524 I have begun to setup a build
for JavaFX.
According to [1] using JDK-13 is recommended. However, gradle is not yet
ready to run on JDK-13 ([2]):
[rli@rlinux jfx]$ ./gradlew clean
FAILURE: Build failed with an exception.
* Where:
Build file '/home/rli/