mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Revert to jfx 20 to fix performance regression in 21
This commit is contained in:
parent
2c5d3b326d
commit
54dff11353
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ project.ext {
|
|||
website = 'https://xpipe.io'
|
||||
sourceWebsite = 'https://github.com/xpipe-io/xpipe'
|
||||
authors = 'Christopher Schnick'
|
||||
javafxVersion = '21.0.1'
|
||||
javafxVersion = '20.0.2'
|
||||
}
|
||||
|
||||
def replaceVariablesInFileAsString(String f, Map<String, String> replacements) {
|
||||
|
|
Loading…
Reference in a new issue