Skip to content

Commit

Permalink
Merge pull request #134 from openbase/133-bco-actions-startup-issues
Browse files Browse the repository at this point in the history
fix bco-actions startup by registering the javafx gradle plugin.
  • Loading branch information
DivineThreepwood authored Mar 24, 2024
2 parents cce6d35 + 723888e commit 9ce8c42
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions module/app/util/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
plugins {
id("org.openbase.bco")
id("org.openjfx.javafxplugin") version "0.1.0"
application
}

javafx {
version = "21.0.1"
modules = listOf(
"javafx.base",
"javafx.graphics",
"javafx.media",
"javafx.controls",
"javafx.fxml"
)
}

repositories {
maven {
url = uri("https://openhab.jfrog.io/openhab/libs-release")
Expand Down

0 comments on commit 9ce8c42

Please sign in to comment.