File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
build-tools/src/main/toolchains Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments