espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

Online installer should be able to pick JDK version from deployed ZIP #134

Closed georgik closed 2 years ago

georgik commented 2 years ago

Current implementation: JDK version is hardcoded in the installer

Problem: JDK is continuously updating and newer versions has different path, because of change in version number

Desired behavior: Installer should pick deployed version of JDK, so that it's not necessary to change version numbers with each release of JDK

georgik commented 2 years ago

Autodetection is problematic, because version in the artifact name does not match the version in the file. Simple solution: use fixed version of JDK.