Skip to content

Commit eff9b6e

Browse files
author
angelo.andreussi
committed
fix: added ubuntu toolchain gile
1 parent 47b3ae3 commit eff9b6e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="UTF8"?>
2+
<!--
3+
Copyright (c) 2022 Eurotech and/or its affiliates and others
4+
5+
This program and the accompanying materials are made
6+
available under the terms of the Eclipse Public License 2.0
7+
which is available at https://www.eclipse.org/legal/epl-2.0/
8+
9+
SPDX-License-Identifier: EPL-2.0
10+
11+
Contributors:
12+
Eurotech - initial API and implementation
13+
-->
14+
<toolchains>
15+
<!-- JDK toolchains -->
16+
<toolchain>
17+
<type>jdk</type>
18+
<provides>
19+
<version>8</version>
20+
</provides>
21+
<configuration>
22+
<jdkHome>/usr/lib/jvm/java-8-openjdk-arm64</jdkHome>
23+
</configuration>
24+
</toolchain>
25+
26+
<toolchain>
27+
<type>jdk</type>
28+
<provides>
29+
<version>11</version>
30+
</provides>
31+
<configuration>
32+
<jdkHome>/usr/lib/jvm/java-11-openjdk-arm64</jdkHome>
33+
</configuration>
34+
</toolchain>
35+
</toolchains>

0 commit comments

Comments
 (0)