Skip to content

Commit

Permalink
reorder javafx modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Sep 26, 2024
1 parent 30c8a5b commit bae1d53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kit/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
*/

module com.gluonhq.scenebuilder.kit {
requires javafx.web;
requires javafx.controls;
requires javafx.fxml;
requires javafx.media;
requires javafx.swing;
requires javafx.media;
requires javafx.web;

requires com.gluonhq.charm.glisten;
requires static javax.json.api;
Expand Down

0 comments on commit bae1d53

Please sign in to comment.