On Mon, 23 Aug 2021 14:21:28 GMT, Christian Stein <[email protected]> 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