Skip to content

Commit

Permalink
#140: removes mac x64 build profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Mar 10, 2023
1 parent 999044f commit 91df371
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
12 changes: 0 additions & 12 deletions build-mac-x64.sh

This file was deleted.

42 changes: 0 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<jdk.home>/path/to/jdk</jdk.home> (mac, linux, windows)
<graalvm.home>/path/to/graalvm</graalvm.home> (mac, linux, windows)
<osx.jdk.home.aarch64>/path/to/aarch64/jdk</osx.jdk.home.aarch64> (mac)
<osx.jdk.home.x64>/path/to/x64/jdk</osx.jdk.home.x64> (mac)
-->

<revision>23.2.0</revision>
Expand Down Expand Up @@ -151,47 +150,6 @@
</plugins>
</build>
</profile>
<profile>
<id>OS.osx.x64</id>
<activation>
<os>
<name>mac os x</name>
<arch>x86_64</arch>
</os>
</activation>
<properties>
<!-- must point to a x64 jdk installation -->
<jdk.home>${osx.jdk.home.x64}</jdk.home>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-property</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireProperty>
<property>osx.jdk.home.x64</property>
<message>You have to set 'osx.jdk.home.x64' and it must point to a x64
jdk.
</message>
</requireProperty>
</rules>
<fail>true</fail>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</profile>
</profiles>


Expand Down

0 comments on commit 91df371

Please sign in to comment.