Page MenuHomeSolus

Update ArduinoIDE to 1.8.13
ClosedPublic

Authored by chax on Jun 17 2020, 9:11 PM.
Tags
None
Referenced Files
F11052456: D9078.id21959.diff
Thu, Aug 10, 9:25 PM
F11052455: D9078.id.diff
Thu, Aug 10, 9:25 PM
F11052454: D9078.id21890.diff
Thu, Aug 10, 9:25 PM
F11052453: D9078.id21888.diff
Thu, Aug 10, 9:25 PM
F11052452: D9078.id21880.diff
Thu, Aug 10, 9:24 PM
F11037090: D9078.diff
Wed, Aug 9, 8:04 PM
F11022241: D9078.diff
Mon, Aug 7, 10:17 PM
F11002627: D9078.diff
Mon, Jul 31, 2:19 AM

Details

Summary

Update ArduinoIDE to 1.8.13
Changelog can be found here
Migrate from JDK8 to JDK11

Test Plan
  • Open ArduinoIDE
  • Open File > Examples > 01.Basics > Blink
  • Connect Arduino Uno
  • Click on Upload
  • Check if sketch successfully compiled and uploaded to Arduino board

Diff Detail

Repository
R4769 arduino
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chax requested review of this revision.Jun 17 2020, 9:11 PM
chax edited the summary of this revision. (Show Details)

Migrate from JDK8 to JDK11

Thanks for the patch! One note, openjdk-11 doesn't need to be in the build deps, as apache-ant already depends on it. Otherwise, LGTM.

removed explicit builddep openjdk-11, it will be pulled as implicit depenency of apache-ant

This revision is now accepted and ready to land.Jun 20 2020, 2:34 PM
This revision was automatically updated to reflect the committed changes.