Skip to content

Commit

Permalink
Add javafx.media to modules in desktop app gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikJannsen committed Feb 27, 2024
1 parent d57bb8f commit b375c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/desktop-app-launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ application {

javafx {
version = "17.0.1"
modules = listOf("javafx.controls")
modules = listOf("javafx.controls", "javafx.media")
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/desktop-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ application {

javafx {
version = "17.0.1"
modules = listOf("javafx.controls")
modules = listOf("javafx.controls", "javafx.media")
}

dependencies {
Expand Down

0 comments on commit b375c1b

Please sign in to comment.