Skip to content

Commit

Permalink
[MAVEN] Clean build target
Browse files Browse the repository at this point in the history
Sorry, but noone is using Linux ppc64le anymore...
  • Loading branch information
RoiArthurB committed Mar 21, 2022
1 parent 4822a62 commit fdf60f9
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions msi.gama.parent/pom.xml
Expand Up @@ -556,6 +556,11 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
Expand All @@ -566,21 +571,6 @@
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>ppc64le</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>aarch64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
</environments>
<executionEnvironment>JavaSE-${jdk.version}</executionEnvironment>
</configuration>
Expand Down

0 comments on commit fdf60f9

Please sign in to comment.