Ci: Add javafx.media module to support video playback #324

Merged
jona.walpert merged 1 commits from ci/add-javafx-media-module into main 2026-05-13 19:25:51 +02:00
Showing only changes of commit 5294615aca - Show all commits
+1 -1
View File
@@ -26,7 +26,7 @@ repositories {
javafx { javafx {
version = "25.0.2" version = "25.0.2"
modules = ['javafx.controls', 'javafx.fxml', 'javafx.base', 'javafx.graphics', 'javafx.web'] modules = ['javafx.controls', 'javafx.fxml', 'javafx.base', 'javafx.graphics', 'javafx.web', 'javafx.media']
} }
dependencies { dependencies {