Skip to content

Commit 92b78c7

Browse files
committed
fix: add missing javafx dependencies
#49
1 parent ee67354 commit 92b78c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ dependencies {
3131
runtimeOnly "org.openjfx:javafx-swing:$javaFxVersion:win"
3232
runtimeOnly "org.openjfx:javafx-swing:$javaFxVersion:linux"
3333
runtimeOnly "org.openjfx:javafx-swing:$javaFxVersion:mac"
34+
runtimeOnly "org.openjfx:javafx-graphics:$javafx.version:win"
35+
runtimeOnly "org.openjfx:javafx-graphics:$javafx.version:linux"
36+
runtimeOnly "org.openjfx:javafx-graphics:$javafx.version:mac"
3437

3538
testImplementation(platform('org.junit:junit-bom:5.9.1'))
3639
testImplementation('org.junit.jupiter:junit-jupiter')

0 commit comments

Comments
 (0)