On Mon, 23 Aug 2021 18:18:51 GMT, Christian Stein <cst...@openjdk.org> wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8267472 > > Christian Stein has updated the pull request incrementally with one > additional commit since the last revision: > > Add module version to `graphics` and `web` project's compiler args I ran a local test using Java `17` and OpenJFX `18-ea+3` and that yielded: `.bach\workspace\image\bin\java --list-modules` com.github.sormuras.bach.javafx@1 java.base@17 java.datatransfer@17 java.desktop@17 java.prefs@17 java.xml@17 javafx.base@18-ea javafx.controls@18-ea javafx.graphics@18-ea jdk.unsupported@17 The version (`18`) and pre-release token (`ea`) are present, the build token `3` is not. Shall I open a new issue in order to investigate why the build token is not included - and fix it? ------------- PR: https://git.openjdk.java.net/jfx/pull/608