Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
102 stars 38 forks source link

Pin JDK version to 11.0.16 #72

Closed AdamVe closed 1 year ago

AdamVe commented 1 year ago

Using JDK 11 in our setup-java automatically installs the latest JDK, which is currently 11.0.17 (see https://www.java.com/en/releases/).

This version has an issue with javadoc builds, described here: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8222091

Using this version to build yubikit-android fails our CI builds, this PR pins the JDK to the latest version without the issue - 11.0.16.