Skip to content

Commit

Permalink
chore: changing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Apr 24, 2024
1 parent 12d22b4 commit 94d6b22
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Windows: set JAVA_HOME=C:\Program Files\Java\jdk-11.0.5+10
// Windows: set JAVA_HOME=C:\Program Files\Java\jdk-16+36
// Windows: set JAVA_HOME=C:\Program Files\Java\jdk-17
// Windows: set JAVA_HOME=C:\Program Files\Java\jdk-21
// Linux: export JAVA_HOME=/usr/lib/jvm/jdk-11.0.5+10
// MacOS: export JAVA_HOME=`/usr/libexec/java_home -v 11`

plugins {
Expand Down Expand Up @@ -82,7 +83,8 @@ configurations.testXjcCatalogResolution {

javafx {
version = '22.0.1' // '16' // '14.0.2.1'
modules = ['javafx.base', 'javafx.graphics', 'javafx.controls']
// modules = ['javafx.base', 'javafx.graphics', 'javafx.controls']
modules = ['javafx.controls', 'javafx.swing', 'javafx.fxml', 'javafx.media', 'javafx.web']
}

xjc {
Expand Down

0 comments on commit 94d6b22

Please sign in to comment.