From d883a581f6c277e49692b0dd15e1b300b033819a Mon Sep 17 00:00:00 2001 From: songdragon Date: Thu, 31 Aug 2023 22:23:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9E=E7=8E=B0gluonfx=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6feefc6..48e1b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,11 @@ 1.0-SNAPSHOT JNotepad + UTF-8 5.9.2 + 17.0.1 @@ -22,7 +24,7 @@ org.openjfx javafx-fxml - 17.0.1 + ${javafx.version} org.junit.jupiter @@ -95,6 +97,22 @@ + + com.gluonhq + gluonfx-maven-plugin + 1.0.19 + + org.jcnc.jnotepad/org.jcnc.jnotepad.LunchApp + + org.jcnc.jnotepad.app.config.AppConfig,org.jcnc.jnotepad.app.config.AppConfig$ShortcutKey + + + i18n/i18n + + + + + \ No newline at end of file