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
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.
Is the library really using a Java feature that requires JDK > 8?
If not, you should build the published artifacts with
-target 8so they can be used under JDK 8.