We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee67354 commit 92b78c7Copy full SHA for 92b78c7
build.gradle
@@ -31,6 +31,9 @@ dependencies {
31
runtimeOnly "org.openjfx:javafx-swing:$javaFxVersion:win"
32
runtimeOnly "org.openjfx:javafx-swing:$javaFxVersion:linux"
33
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"
37
38
testImplementation(platform('org.junit:junit-bom:5.9.1'))
39
testImplementation('org.junit.jupiter:junit-jupiter')
0 commit comments