Slackbot
11/16/2023, 12:08 PMMarkus Maier
11/16/2023, 12:22 PMVampire
11/16/2023, 12:32 PMRonanb Browne
11/16/2023, 1:29 PMVampire
11/16/2023, 1:45 PMRonanb Browne
11/16/2023, 2:35 PMorg.openjfx:javafx-swing:11.0.2 (javafx-swing-11.0.2-linux.jar)
which is added to the build not directly but via a plugin as far as i can tell with the following code
plugins {
id 'org.openjfx.javafxplugin' version '0.0.7' apply false
}
if (JavaVersion.current().isJava9Compatible()) {
apply plugin: 'org.openjfx.javafxplugin'
javafx {
version = "11.0.2"
modules = ['javafx.controls',
'javafx.fxml',
'javafx.swing'
]
}
}
Vampire
11/16/2023, 2:36 PMRonanb Browne
11/16/2023, 2:36 PM