Skip to content

Commit

Permalink
Code: Possible fix for native deploy failure (again x4)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jun 20, 2024
1 parent cd4fe07 commit 65d81e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<version>3.0.0</version>
<executions>
<!-- jlink: JRE -->
<execution>
Expand Down Expand Up @@ -1037,8 +1037,6 @@
<argument>${project.build.jpackage.installer.image}</argument>
<argument>--dest</argument>
<argument>${project.build.directory}/installer</argument>
<argument>--temp</argument>
<argument>${project.build.directory}/temp-install</argument>
<argument>--resource-dir</argument>
<argument>install-resources</argument>
<!-- Generic Options -->
Expand Down

0 comments on commit 65d81e1

Please sign in to comment.