From 7c12b7506f7c2394eb44b6488f1dabdbcdf7dc96 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Thu, 3 Oct 2019 18:03:01 +0200 Subject: [PATCH] upgrade to javafx 13 --- LICENSE.md | 2 +- build.gradle | 10 +++++----- .../ninja/javafx/smartcsv/fx/about/about.fxml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 269e191..4e95abf 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) ------------------------------------------------------------------------------------------------------------------------ -Copyright (c) 2015-2017 Andreas Billmann +Copyright (c) 2015-2019 Andreas Billmann diff --git a/build.gradle b/build.gradle index eee58ac..84c4d86 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' id 'groovy' id 'application' - id 'org.openjfx.javafxplugin' version '0.0.7' + id 'org.openjfx.javafxplugin' version '0.0.8' } repositories { @@ -12,15 +12,15 @@ repositories { } javafx { - version = "12" + version = "13" modules = [ 'javafx.controls', 'javafx.fxml' ] } dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' - compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.5.7' - compile group: 'org.springframework', name:'spring-context', version: '5.1.8.RELEASE' + compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.0-beta-3' + compile group: 'org.springframework', name:'spring-context', version: '5.2.0.RELEASE' compile group: 'net.sf.supercsv', name: 'super-csv', version: '2.4.0' compile group: 'commons-validator', name: 'commons-validator', version: '1.6' compile group: 'de.jensd', name: 'fontawesomefx-commons', version: '11.0' @@ -31,7 +31,7 @@ dependencies { compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5' compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.0' compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0' - compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.1' + compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.2' } group 'ninja.javafx' diff --git a/src/main/resources/ninja/javafx/smartcsv/fx/about/about.fxml b/src/main/resources/ninja/javafx/smartcsv/fx/about/about.fxml index 78cd94f..712cac1 100644 --- a/src/main/resources/ninja/javafx/smartcsv/fx/about/about.fxml +++ b/src/main/resources/ninja/javafx/smartcsv/fx/about/about.fxml @@ -89,7 +89,7 @@ -