-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added reflection info .... removed dependencies to AWT.
- Loading branch information
1 parent
93e99b5
commit fa6152d
Showing
13 changed files
with
3,607 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1/apache-maven-3.9.1-bin.zip | ||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.8/apache-maven-3.8.8-bin.zip | ||
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
app/src/main/resources/META-INF/native-image/filter-file.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ "rules": [ | ||
{"excludeClasses" : "com.sun.glass.ui.mac.*"}, | ||
{"excludeClasses" : "com.sun.glass.ui.gtk.*"}, | ||
{"excludeClasses" : "com.sun.glass.ui.win.*"}, | ||
{"excludeClasses" : "com.sun.prism.es2.*"}, | ||
{"excludeClasses" : "com.sun.prism.d3d.*"}, | ||
{"excludeClasses" : "com.sun.scenario.effect.impl.es2.*"}, | ||
{"excludeClasses" : "com.sun.scenario.effect.impl.hw.d3d.*"}, | ||
{"excludeClasses" : "com.gluonhq.attach.**"} | ||
] | ||
} |
Oops, something went wrong.