is using a JVM with major version 14 which is newer than 8 that is supported by AWS Lambda. The compiled function code may not run in AWS Lambda unless the project has been configured to be compatible with Java 8 using 'targetCompatibility' in Gradle.
Running JavaGradleWorkflow:GradleBuild
Este error se debe a que en el archivo gradlew la variable JAVA_HOME JDK no se encuentra correctamente referenciada o configurada, se debe referenciar correctamente la ruta del JDK, guardar y compilar nuevamente el build gradle.
0 comentarios :
Publicar un comentario