File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"app-id" : " cc.arduino.arduinoide" ,
3
3
"runtime" : " org.freedesktop.Platform" ,
4
- "runtime-version" : " 18 .08" ,
4
+ "runtime-version" : " 19 .08" ,
5
5
"sdk" : " org.freedesktop.Sdk" ,
6
6
"sdk-extensions" : [
7
- " org.freedesktop.Sdk.Extension.openjdk10 "
7
+ " org.freedesktop.Sdk.Extension.openjdk11 "
8
8
],
9
9
"rename-icon" : " arduino" ,
10
10
"build-options" : {
33
33
"name" : " openjdk" ,
34
34
"buildsystem" : " simple" ,
35
35
"build-commands" : [
36
- " /usr/lib/sdk/openjdk10 /install.sh"
36
+ " /usr/lib/sdk/openjdk11 /install.sh"
37
37
]
38
38
},
39
39
{
40
40
"name" : " arduino" ,
41
41
"buildsystem" : " simple" ,
42
42
"build-options" : {
43
43
"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 "
46
46
}
47
47
},
48
48
"build-commands" : [
You can’t perform that action at this time.
0 commit comments