Skip to content

Commit

Permalink
Use gluonfx-maven-plugin snapshot (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored Sep 14, 2023
1 parent 32510eb commit 5158368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Gluon Build and Package
id: outputfile
run: |
./mvnw -X -Pdesktop,mac gluonfx:build gluonfx:package
./mvnw -Pdesktop,mac gluonfx:build gluonfx:package
echo ::set-output name=path::target/gluonfx/x86_64-darwin/HelloGluon-1.0.0.pkg
- name: Notarize Installer
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<attach.version>4.0.18</attach.version>
<connect.version>2.0.1</connect.version>
<javafx.maven.plugin.version>0.0.8</javafx.maven.plugin.version>
<gluonfx.maven.plugin.version>1.0.20</gluonfx.maven.plugin.version>
<gluonfx.maven.plugin.version>1.0.21-SNAPSHOT</gluonfx.maven.plugin.version>
<main.class>com.gluonhq.hello.HelloGluonApp</main.class>
<app.identifier>${main.class}</app.identifier>
<app.description>The HelloGluon app</app.description>
Expand Down

0 comments on commit 5158368

Please sign in to comment.