Skip to content

Commit

Permalink
make compatible with latest jul version
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Feb 13, 2024
1 parent 7d65dcd commit 733aea0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions module/dal/visual/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
plugins {
id("org.openbase.bco")
id("org.openjfx.javafxplugin") version "0.1.0"
}

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

dependencies {
Expand Down

0 comments on commit 733aea0

Please sign in to comment.