There was an error while loading. Please reload this page.
1 parent 80199f3 commit 87fb0b5Copy full SHA for 87fb0b5
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
<packaging>pom</packaging>
9
10
<properties>
11
- <tycho-version>2.6.0</tycho-version>
+ <tycho-version>4.0.7</tycho-version>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
<eclipse-repo.url>https://download.eclipse.org/releases/2022-12</eclipse-repo.url>
14
</properties>
@@ -57,6 +57,11 @@
57
<ws>cocoa</ws>
58
<arch>x86_64</arch>
59
</environment>
60
+ <environment>
61
+ <os>linux</os>
62
+ <ws>gtk</ws>
63
+ <arch>aarch64</arch>
64
+ </environment>
65
</environments>
66
</configuration>
67
</plugin>
0 commit comments