-
Notifications
You must be signed in to change notification settings - Fork 2k
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
GH-15772 upgrade to gradle 8.4 #16141
base: master
Are you sure you want to change the base?
Conversation
dd1830b
to
c81bf08
Compare
4f8d2a9
to
bc79e03
Compare
h2o-hadoop-2/assemblyjar.gradle
Outdated
@@ -78,6 +73,17 @@ dependencies { | |||
api(project(":h2o-parquet-parser")) { | |||
transitive = false | |||
} | |||
|
|||
constraints { | |||
api("org.apache.hadoop:hadoop-client:$hadoopMavenArtifactVersion") |
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.
Have you checked that the hadoop artifacts are the same after this change?
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.
that's a very good point - those were not the same, that option didn't force
I pushed a new version - there are still some strange differences, but stuff like guava is forced firmly at 20.0
overall that kind of comparison I think we need to do also for other stuff
9b8e433
to
6d9f394
Compare
6d9f394
to
4dafffc
Compare
Part of #15772
I am running it on nightly: http://jenkins:8080/view/H2O-3/job/h2o-3-nightly-pipeline/job/valenad-GH-15772-upgrade-to-gradle-8-4/4/
and it seem good, in terms of the current jenkins conditions. I would like to merge to master rather than directly to rel-*