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
1. docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-mongodb-github springci/spring-data-openjdk8-with-mongodb-4.0:latest /bin/bash
and then execute tests from docker. The problem is that it fails with the following error:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.132 s
[INFO] Finished at: 2023-04-25T01:03:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) on project spring-data-mongodb-parent:
[ERROR] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed with message:
[ERROR] Detected JDK version 1.8.0-222 (JAVA_HOME=/opt/java/openjdk/jre) is not in the allowed range [17,).
Task
Make sure that it's possible to test and build spring-data-mongodb locally using provided instructions
The text was updated successfully, but these errors were encountered:
Problem
Current sprng-data-mongodb documentation instructs to do the following:
and then execute tests from docker. The problem is that it fails with the following error:
Task
Make sure that it's possible to test and build
spring-data-mongodb
locally using provided instructionsThe text was updated successfully, but these errors were encountered: