Revert to jfx 20 to fix performance regression in 21

This commit is contained in:
crschnick 2024-01-10 05:11:32 +00:00
parent 2c5d3b326d
commit 54dff11353

View file

@ -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) {