Skip to content

Commit

Permalink
Changing mac-arm JDK to see if it fixed the build problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
kebernet committed Jul 31, 2024
1 parent e21f826 commit d85b794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@
</execution>
</executions>
<configuration>
<url>https://download.bell-sw.com/java/21.0.4+9/bellsoft-jre21.0.4+9-macos-aarch64.zip</url>
<url>https://download.bell-sw.com/java/17.0.12+10/bellsoft-jre17.0.12+10-macos-aarch64.zip</url>
<unpack>true</unpack>
<outputDirectory>${project.build.directory}/jre-21</outputDirectory>
<outputDirectory>${project.build.directory}/jre-17</outputDirectory>
</configuration>
</plugin>
<!-- We are not using JPackage for Mac OS because this plugin allows us to bundle for any architecture -->
Expand Down Expand Up @@ -244,7 +244,7 @@
</dmg>
<jdk>
<include>true</include>
<location>${project.build.directory}/jre-21/jre-21.0.4.jre</location>
<location>${project.build.directory}/jre-17/jre-17.0.12.jre</location>
</jdk>
</configuration>
<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import java.beans.PropertyChangeSupport;
import java.io.File;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Timer;
Expand Down

0 comments on commit d85b794

Please sign in to comment.