File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
webfx-demo-particles-application-openjfx Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,19 +140,19 @@ jobs:
140
140
141
141
# Building this repository with JDK 13+ (Java 11 target)
142
142
- name : Build this repository (no OpenJFX fat jar - no GWT build)
143
- run : mvn -B -P '!gwt-compile,!openjfx-fatjar,!javapackager ' install
143
+ run : mvn -B -P '!gwt-compile,!openjfx-fatjar,!openjfx-desktop ' install
144
144
working-directory : ${{ env.app-repo-dir }}
145
145
146
146
# Building this repository with JDK 13+ (Java 11 target) including a GWT compilation (if required)
147
147
- if : matrix.web-artifact-suffix != null
148
148
name : Build this application (OpenJFX fat jar + GWT build)
149
- run : mvn -B -P 'gwt-compile,openjfx-fatjar,javapackager ' package
149
+ run : mvn -B -P 'gwt-compile,openjfx-fatjar,openjfx-desktop ' package
150
150
working-directory : ${{ env.app-parent-module-dir }}
151
151
152
152
# Or building this repository with JDK 13+ (Java 11 target) excluding a GWT compilation
153
153
- if : matrix.web-artifact-suffix == null
154
154
name : Build this application (OpenJFX fat jar - no GWT build)
155
- run : mvn -B -P '!gwt-compile,openjfx-fatjar,javapackager ' package
155
+ run : mvn -B -P '!gwt-compile,openjfx-fatjar,openjfx-desktop ' package
156
156
working-directory : ${{ env.app-parent-module-dir }}
157
157
158
158
Original file line number Diff line number Diff line change 91
91
</profile >
92
92
93
93
<profile >
94
- <id >javapackager </id >
94
+ <id >openjfx-desktop </id >
95
95
96
96
<build >
97
97
<plugins >
You can’t perform that action at this time.
0 commit comments