-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Use Files.createSymbolicLink instead of shelling out #65
base: master
Are you sure you want to change the base?
Conversation
Caused by: org.apache.maven.plugin.PluginIncompatibleException: The plugin org.apache.maven.plugins:maven-clean-plugin:4.0.0-beta-2-SNAPSHOT has unmet prerequisites: Required Maven version 4.0.0-beta-5 is not met by current version 4.0.0-beta-3 |
No, but:
GH Actions should be observed, the Jenkins instance is not setup (yet?) |
Yes, those two failing tests are weird. It looks like Beanshell is having trouble matching the argument types and is looking for a method that matches the actual type rather than the interface supertype. |
Failures now appear to be in the CI script: plugin:4.0.0-beta-2-SNAPSHOT:clean (default-clean) on project exclude-default-dirs: The plugin org.apache.maven.plugins:maven-clean-plugin:4.0.0-beta-2-SNAPSHOT has unmet prerequisites: Required Maven version 4.0.0-beta-5 is not met by current version 4.0.0-beta-3 |
No description provided.