RFR: 8267472: JavaFX modules to include version information [v2]
Kevin Rushforth
kcr at openjdk.java.net
Mon Aug 23 16:46:30 UTC 2021
On Mon, 23 Aug 2021 14:17:20 GMT, Christian Stein <cstein at openjdk.org> wrote:
>> build.gradle line 3929:
>>
>>> 3927: options.compilerArgs.addAll([
>>> 3928: '-implicit:none',
>>> 3929: '--module-version', "$RELEASE_VERSION_SHORT",
>>
>> I'm not sure this is needed (although it doesn't hurt), since the shims are only used for testing and are not included in any jar file.
>
> Seeing version information in stack traces of failed tests can be helpful. ;-)
OK, that seems reasonable, and I can't think of any downside.
-------------
PR: https://git.openjdk.java.net/jfx/pull/608
More information about the openjfx-dev
mailing list