From dc60f8eeeabd319756e54e03554d361e1c759d18 Mon Sep 17 00:00:00 2001 From: Ali Rashid Date: Sun, 29 Dec 2024 04:43:46 +0300 Subject: [PATCH] Update sbt-netbeans plugin --- .gitignore | 2 ++ build.sbt | 1 - project/plugins.sbt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1458638..3408aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .metals/ metals.sbt nbproject/ +build.xml # PowerShell specific files PowerShell*/ @@ -20,5 +21,6 @@ build/ # Miscellaneous null/ +compare.properties derby.log test.db diff --git a/build.sbt b/build.sbt index ac491e4..ec6d33d 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,6 @@ val javaCompilerOptions = lazy val `chromisery-pos` = project .in(file("modules/chromisery-pos")) - .gplv3Licensed .enablePlugins(JFXPlugin) .enablePlugins(NetbeansPlugin) .settings(jfxModules ++= Set(JFXModule.Fxml, JFXModule.Web, JFXModule.Swing)) diff --git a/project/plugins.sbt b/project/plugins.sbt index 078c6de..2355f0f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") //addSbtPlugin("org.openjfx" % "sbt-javafx" % "0.0.13" from "https://repo.openjfx.io/maven/releases") // Download from OpenJFX repo //addSbtPlugin("io.github.davidgregory084" % "sbt-jpackage" % "0.1.2" from "https://jitpack.io") addSbtPlugin("africa.shuwari.sbt" % "sbt-openjfx" % "0.1.0") -addSbtPlugin("africa.shuwari.sbt" % "sbt-netbeans" % "0.1.0") +addSbtPlugin("africa.shuwari.sbt" % "sbt-netbeans" % "0.1.1")