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
git clone https://github.com/spring-projects/spring-petclinic.git cd spring-petclinic
mvn se.kth.castor:depclean-maven-plugin:2.0.5:depclean
depclean should run successfully and analyze the dependencies of the Spring PetClinic project.
depclean fails with an error related to "Unsupported class file major version 65".
------------------------------------------------------- [INFO] Starting DepClean dependency analysis [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:32 min [INFO] Finished at: 2024-09-20T07:09:25+05:30 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal se.kth.castor:depclean-maven-plugin:2.0.5:depclean (default-cli) on project spring-petclinic: Execution default-cli of goal se.kth.castor:depclean-maven-plugin:2.0.5:depclean failed: Unsupported class file major version 65 -> [Help 1]
The text was updated successfully, but these errors were encountered:
I have the same issue
Sorry, something went wrong.
This solution fix the problem in my case #278 (comment)
No branches or pull requests
depclean fails on Spring PetClinic project due to "Unsupported class file major version 65" error
Environment
Steps to Reproduce
Expected Behavior
depclean should run successfully and analyze the dependencies of the Spring PetClinic project.
Actual Behavior
depclean fails with an error related to "Unsupported class file major version 65".
Error Message
The text was updated successfully, but these errors were encountered: