Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8095ed0

Browse files
committedFeb 6, 2020
Revert to openjdk10 and 18.08
1 parent e506731 commit 8095ed0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎cc.arduino.arduinoide.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"app-id": "cc.arduino.arduinoide",
33
"runtime": "org.freedesktop.Platform",
4-
"runtime-version": "19.08",
4+
"runtime-version": "18.08",
55
"sdk": "org.freedesktop.Sdk",
66
"sdk-extensions": [
7-
"org.freedesktop.Sdk.Extension.openjdk11"
7+
"org.freedesktop.Sdk.Extension.openjdk10"
88
],
99
"rename-icon": "arduino",
1010
"build-options": {
@@ -41,8 +41,8 @@
4141
"buildsystem": "simple",
4242
"build-options": {
4343
"env": {
44-
"PATH": "/usr/bin:/usr/lib/sdk/openjdk11/jvm/openjdk-11/bin",
45-
"JAVA_HOME": "/usr/lib/sdk/openjdk11/jvm/openjdk-11"
44+
"PATH": "/usr/bin:/usr/lib/sdk/openjdk10/jvm/openjdk-10/bin",
45+
"JAVA_HOME": "/usr/lib/sdk/openjdk10/jvm/openjdk-10"
4646
}
4747
},
4848
"build-commands": [

0 commit comments

Comments
 (0)
Please sign in to comment.