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 d4cb7ea

Browse files
committedFeb 6, 2020
Update freedesktop sdk to 19.08
Update java to openjdk11
1 parent 95da3bd commit d4cb7ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎cc.arduino.arduinoide.json

+5-5
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": "18.08",
4+
"runtime-version": "19.08",
55
"sdk": "org.freedesktop.Sdk",
66
"sdk-extensions": [
7-
"org.freedesktop.Sdk.Extension.openjdk10"
7+
"org.freedesktop.Sdk.Extension.openjdk11"
88
],
99
"rename-icon": "arduino",
1010
"build-options": {
@@ -33,16 +33,16 @@
3333
"name": "openjdk",
3434
"buildsystem": "simple",
3535
"build-commands": [
36-
"/usr/lib/sdk/openjdk10/install.sh"
36+
"/usr/lib/sdk/openjdk11/install.sh"
3737
]
3838
},
3939
{
4040
"name": "arduino",
4141
"buildsystem": "simple",
4242
"build-options": {
4343
"env": {
44-
"PATH": "/usr/bin:/usr/lib/sdk/openjdk10/jvm/openjdk-10/bin",
45-
"JAVA_HOME": "/usr/lib/sdk/openjdk10/jvm/openjdk-10"
44+
"PATH": "/usr/bin:/usr/lib/sdk/openjdk11/jvm/openjdk-11/bin",
45+
"JAVA_HOME": "/usr/lib/sdk/openjdk11/jvm/openjdk-11"
4646
}
4747
},
4848
"build-commands": [

0 commit comments

Comments
 (0)
Please sign in to comment.