On Mon, 23 Aug 2021 10:48:23 GMT, Christian Stein <cst...@openjdk.org> wrote:

> https://bugs.openjdk.java.net/browse/JDK-8267472

Looks good to me. Only, since gradle 6.4 (see 
https://github.com/gradle/gradle/issues/2177), you can directly set the module 
version like this:

    project.compileJava {
        ...
        options.javaModuleVersion.set("$RELEASE_VERSION_SHORT")
    }

I'm not sure if this is more elegant? With Gradle 7, this option is also no 
longer incubating.

-------------

PR: https://git.openjdk.java.net/jfx/pull/608

Reply via email to