Commit 9b98fe0
committed
added gradle task copyJarsForJPackage to prepare input directory for jpackage; refactored jpackage config to build app-image.
app-image may be overkill - originally configured to allow adding jars needed for debug and output processes at runtime, but app launchers cannot be added for those jars after the app-image is created which is why the new gradle task copyJarsForJPackage is needed. Keeping the app-image config around for now incase it's needed to embed samples and licenses. "--app-content" for JDK 21's jpackage may be usable in the future, but it doesn't appear to handle duplicates at the moment.1 parent c77e83d commit 9b98fe0
File tree
17 files changed
+65
-27
lines changed- .github/workflows
- .idea
- icons
- jpackage
17 files changed
+65
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
65 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
97 | | - | |
98 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
99 | 108 | | |
100 | 109 | | |
101 | 110 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
20 | 34 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments