From 54dff11353b44a0dbbdea728a844d16307f744dd Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 10 Jan 2024 05:11:32 +0000 Subject: [PATCH] Revert to jfx 20 to fix performance regression in 21 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index db20261f..fdae4168 100644 --- a/build.gradle +++ b/build.gradle @@ -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 replacements) {