mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Bump javafx jmods
This commit is contained in:
parent
9c79f245e1
commit
346855826e
1 changed files with 1 additions and 1 deletions
|
@ -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") :
|
||||
|
|
Loading…
Reference in a new issue