-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-26124][BUILD] Update plugins to latest versions #23087
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
Conversation
|
Test build #99001 has finished for PR 23087 at commit
|
pom.xml
Outdated
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.
@srowen, I think https://github.com/apache/spark/blob/master/project/plugins.sbt#L4 should be updated too.
|
Looks fine to me. |
|
Will do. I'm going to update some SBT plugins too. Many we can't update because they kind of go hand-in-hand with SBT 1.x, and those versions in turn seem to go with Scala 2.12, so they may all have to happen together. We can update MiMa to get some fixes, but they uncover some new errors on old code. I'm going to make a JIRA. |
|
Test build #99034 has finished for PR 23087 at commit
|
|
Test build #99032 has finished for PR 23087 at commit
|
|
reest this please |
|
retest this please. |
|
It's OK; it clearly does merge cleanly and tests pass. I have seen apparently spurious "does not merge cleanly" messages before and I assume it's because something else transient went wrong with a git command. |
|
Test build #99051 has finished for PR 23087 at commit
|
|
Merged to master |
## What changes were proposed in this pull request? Update many plugins we use to the latest version, especially MiMa, which entails excluding some new errors on old changes. ## How was this patch tested? N/A Closes apache#23087 from srowen/Plugins. Authored-by: Sean Owen <[email protected]> Signed-off-by: Sean Owen <[email protected]>
What changes were proposed in this pull request?
Update many plugins we use to the latest version, especially MiMa, which entails excluding some new errors on old changes.
How was this patch tested?
N/A