RFR: 8343196: Add build property to identify experimental builds of JavaFX [v2]
Kevin Rushforth
kcr at openjdk.org
Sat Nov 16 22:34:51 UTC 2024
On Sat, 16 Nov 2024 18:32:10 GMT, Johan Vos <jvos at openjdk.org> wrote:
> It is a bit confusing to have "jfx.release.suffix" and "jfx.experimental.release.suffix" where the former refers to an artifact property and the latter refers to a major feature/variant/... like metal.
I think you have a good point. Maybe we should drop the '.suffix' in the name of this property (in which case, it wouldn't have a `-` so the logic in `build.gradle` would add the `-` when needed). It would probably be easier to document it as well.
What do you think?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1637#issuecomment-2480833449
More information about the openjfx-dev
mailing list