RFR: 8267472: JavaFX modules to include version information [v2]

Kevin Rushforth kcr at openjdk.java.net
Mon Aug 23 16:52:24 UTC 2021


On Mon, 23 Aug 2021 14:21:28 GMT, Christian Stein <cstein at openjdk.org> wrote:

> Aren't they covered by the allprojects { ... } and

No. These options are used for the `compileJava` task in all projects. They do not affect the two compile tasks I mentioned. You can see that if you look at the following temporary build file:


modules/javafx.graphics/build/tmp/compileFullJava/java-compiler-args.txt


The same will be true for the `compileJavaDOMBindingTask` task I mentioned, if you build WebKit.

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

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


More information about the openjfx-dev mailing list