Skip to content

Commit

Permalink
Merge pull request #65 from arashi01/Update-sbt-netbeans-plugin
Browse files Browse the repository at this point in the history
Update sbt-netbeans plugin
  • Loading branch information
arashi01 authored Dec 29, 2024
2 parents 0a51959 + dc60f8e commit 7d3d50e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.metals/
metals.sbt
nbproject/
build.xml

# PowerShell specific files
PowerShell*/
Expand All @@ -20,5 +21,6 @@ build/

# Miscellaneous
null/
compare.properties
derby.log
test.db
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 7d3d50e

Please sign in to comment.