h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.93k stars 2k forks source link

Bump gradle-nexus-plugin to fix gradle build failure #16355

Closed caizixian closed 3 months ago

caizixian commented 3 months ago

The current point release cannot be found on maven central and causes build failure.

     [exec]      [exec] * What went wrong:
     [exec]      [exec] A problem occurred configuring root project 'h2o-3'.
     [exec]      [exec] > Could not resolve all artifacts for configuration ':classpath'.
     [exec]      [exec]    > Could not find org.gradle.api.plugins:gradle-nexus-plugin:0.7.1.
     [exec]      [exec]      Searched in the following locations:
     [exec]      [exec]        - https://plugins.gradle.org/m2/org/gradle/api/plugins/gradle-nexus-plugin/0.7.1/gradle-nexus-plugin-0.7.1.pom
     [exec]      [exec]        - https://repo.maven.apache.org/maven2/org/gradle/api/plugins/gradle-nexus-plugin/0.7.1/gradle-nexus-plugin-0.7.1.pom
     [exec]      [exec]      Required by:
     [exec]      [exec]          project :
     [exec]      [exec]
     [exec]      [exec] * Try:
     [exec]      [exec] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
     [exec]      [exec]
     [exec]      [exec] * Get more help at https://help.gradle.org
     [exec]      [exec]
valenad1 commented 3 months ago

Duplicate to https://github.com/h2oai/h2o-3/pull/16359