We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NonDex 2.1.1 fails to run on a project when using Java 17 or 19 but runs successfully with Java 11.
Commands to reproduce the failure using Java 17/19:
git clone https://github.com/apache/directory-scimple cd directory-scimple mvn clean install -DskipTests=true mvn test mvn -pl scim-core edu.illinois:nondex-maven-plugin:2.1.1:nondex
Successful run with Java 11: mvn -pl scim-core edu.illinois:nondex-maven-plugin:2.1.1:nondex -Denforcer.skip=true
mvn -pl scim-core edu.illinois:nondex-maven-plugin:2.1.1:nondex -Denforcer.skip=true
The text was updated successfully, but these errors were encountered:
We apologize for that, but NonDex 2.1.1 does not support Java versions higher than 17. We'll address that in a later version.
NonDex 2.1.1
Sorry, something went wrong.
No branches or pull requests
NonDex 2.1.1 fails to run on a project when using Java 17 or 19 but runs successfully with Java 11.
Commands to reproduce the failure using Java 17/19:
Successful run with Java 11:
mvn -pl scim-core edu.illinois:nondex-maven-plugin:2.1.1:nondex -Denforcer.skip=true
The text was updated successfully, but these errors were encountered: