Skip to content

Commit 9817d40

Browse files
committed
Renamed profile javapackager to openjfx-desktop
1 parent 4bbe509 commit 9817d40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,19 @@ jobs:
140140

141141
# Building this repository with JDK 13+ (Java 11 target)
142142
- 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
144144
working-directory: ${{ env.app-repo-dir }}
145145

146146
# Building this repository with JDK 13+ (Java 11 target) including a GWT compilation (if required)
147147
- if: matrix.web-artifact-suffix != null
148148
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
150150
working-directory: ${{ env.app-parent-module-dir }}
151151

152152
# Or building this repository with JDK 13+ (Java 11 target) excluding a GWT compilation
153153
- if: matrix.web-artifact-suffix == null
154154
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
156156
working-directory: ${{ env.app-parent-module-dir }}
157157

158158

webfx-demo-particles-application-openjfx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</profile>
9292

9393
<profile>
94-
<id>javapackager</id>
94+
<id>openjfx-desktop</id>
9595

9696
<build>
9797
<plugins>

0 commit comments

Comments
 (0)