Skip to content

Commit e506731

Browse files
committed
Updated back to 19.08 and openjdk11
Latest update to the openjdk11 flatpak solves the SSL error. This build throws a `avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00` error. This is the last issues to fix.
1 parent b4e3041 commit e506731

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cc.arduino.arduinoide.json

Lines changed: 5 additions & 5 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": "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)