Bump javafx jmods

This commit is contained in:
crschnick 2024-03-23 04:05:10 +00:00
parent 9c79f245e1
commit 346855826e

View file

@ -91,7 +91,7 @@ project.ext {
"-Dvisualvm.display.name=XPipe",
"-Dapple.awt.application.appearance=system"
]
useBundledJavaFx = fullVersion && !(platformName == 'linux' && arch == 'arm64')
useBundledJavaFx = fullVersion
announce = System.getenv('SKIP_ANNOUNCEMENT') == null || !Boolean.parseBoolean(System.getenv('SKIP_ANNOUNCEMENT'))
changelogFile = file("$rootDir/dist/changelogs/${versionString}.md").exists() ?
file("$rootDir/dist/changelogs/${versionString}.md") :