Yubico / yubikit-android

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

Unpin JDK version #92

Closed AdamVe closed 1 year ago

AdamVe commented 1 year ago

Because of an issue in Java 11.0.17 (https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8222091) the version of JDK we used in our GitHub action was pinned to 11.0.16. This PR reverts this pinning, as the issue was fixed in 11.0.18.

This PR also switches to use Eclipse Adoptium OpenJDK for building yubikit on GitHub.