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
Information:javac 1.8.0_181 was used to compile java sources
Error:(13, 41) java: cannot access com.datadoghq.datadog_lambda_java.DDLambda
bad class file: /Users/user/.m2/repository/com/datadoghq/datadog-lambda-java/0.0.3/datadog-lambda-java-0.0.3.jar!/com/datadoghq/datadog_lambda_java/DDLambda.class
class file has wrong version 55.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
Version 55 corresponds to Java 11
The text was updated successfully, but these errors were encountered:
@malbanesi-ascii Okay, I've published 0.0.4 on jFrog Bintray. I downloaded the jar file to verify that it's compiled for version 52. Sorry about the inconvenience!
Java 8 is not supported on release 0.0.3
Version 55 corresponds to Java 11
The text was updated successfully, but these errors were encountered: