From 91df37194786ab7c2313d78b7168225e0ffa0967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ladst=C3=A4tter?= Date: Fri, 10 Mar 2023 15:23:42 +0100 Subject: [PATCH] #140: removes mac x64 build profile --- build-mac-x64.sh | 12 ------------ pom.xml | 42 ------------------------------------------ 2 files changed, 54 deletions(-) delete mode 100755 build-mac-x64.sh diff --git a/build-mac-x64.sh b/build-mac-x64.sh deleted file mode 100755 index ee3b5870..00000000 --- a/build-mac-x64.sh +++ /dev/null @@ -1,12 +0,0 @@ -# arch has to be i386 -# this can be configured by calling -# -# env /usr/bin/arch -x86_64 /bin/zsh --login -# -# on aarch64 macs. After that, make sure you are using a x64 java to compile and build the application. -# -# You can easily manage your java installation with `sdkman` like this: -# -# sdk use java 19.ea.19-open -# -mvn clean install -POS.osx.x64 -T1C; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-23.2.0-x86_64.pkg diff --git a/pom.xml b/pom.xml index 03707657..4f56ea98 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,6 @@ /path/to/jdk (mac, linux, windows) /path/to/graalvm (mac, linux, windows) /path/to/aarch64/jdk (mac) - /path/to/x64/jdk (mac) --> 23.2.0 @@ -151,47 +150,6 @@ - - OS.osx.x64 - - - mac os x - x86_64 - - - - - ${osx.jdk.home.x64} - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce-property - - enforce - - - - - osx.jdk.home.x64 - You have to set 'osx.jdk.home.x64' and it must point to a x64 - jdk. - - - - true - - - - - - - -