-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add phase to animal-sniffer to fix mvn test #258
Conversation
One of the fixes suggested on a forum was to use v 1.18 but that didn't work either. This should sort it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine with me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM maybe upgrade to last version of the plugin as well?
and add a comment TODO to remove this and use --release
when using java9+ :) (maybe we could have some profile for that? but it's a bigger change..)
Are there newer ones? Dependabot should have proposed them
Ongoing work in #133 . I moved on to other stories due to the priority change, but it can be finalized. |
1.18 release date is 2019-05-12 |
What was the problem here—why was only this plugin affected? |
I am not quite sure but seems like version 1.17 was not compatible with java 8. |
(error is in PR description) |
So this is thought to be a regression from a dependency update? Needs an IT. |
Merge it anyway? Just would like to cut a new release to reintroduce BOM |
1.18 just got merged in #257 . If the problem persists after it, i will cut a release for this fix also |
the problem is there with both versions, I tested upgrading when I was troubleshooting and it didn't help any without this fix |
OK, let's merge it then |
Without this change I couldn't run
mvn test
in the https://github.com/jenkinsci/configuration-as-code-pluginThe error was:
the documentation says to use
test
https://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/usage.htmlcc @oleg-nenashev @sladyn98 @Casz