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