You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
Is the library really using a Java feature that requires JDK > 8?
[error] bad class file: /home/runner/.cache/coursier/v1/https/repo1.maven.org/maven2/com/pi4j/pi4j-core/1.4/pi4j-core-1.4.jar(com/pi4j/io/gpio/Pin.class)
[error] class file has wrong version 55.0, should be 52.0
If not, you should build the published artifacts with -target 8 so they can be used under JDK 8.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is the library really using a Java feature that requires JDK > 8?
If not, you should build the published artifacts with
-target 8
so they can be used under JDK 8.The text was updated successfully, but these errors were encountered: