mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Missed a dependency
This commit is contained in:
@@ -44,7 +44,7 @@ jlink {
|
||||
|
||||
javafx {
|
||||
version = "12.0.1"
|
||||
modules = ['javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.media']
|
||||
modules = ['javafx.controls', 'javafx.fxml', 'javafx.swing', 'javafx.web', 'javafx.media']
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
||||
Reference in New Issue
Block a user