rymurr commented on pull request #2331: URL: https://github.com/apache/iceberg/pull/2331#issuecomment-800147489
The nessie plugin uses the gradle plugin portal which behind the scenes uses JCenter. According to this: https://blog.gradle.org/jcenter-shutdown they will behind the scenes move and not disrupt the plugins. Perhaps the failure was intermittent failure in JCenter? ``` Impact to Gradle plugins Behind the scenes, the Gradle Plugin Portal uses JCenter to resolve dependencies of plugins. We will be migrating the Plugin Portal away from JCenter before the final shutdown. Builds will not need to make changes while the Plugin Portal migrates away from JCenter. Resolving existing plugins Existing plugins will continue to resolve in the same way they do today. No changes should need to be made to your builds. Publishing new plugins If you are publishing your plugin with the com.gradle.publish-plugin, you are not affected. Just double check that your build does not use JCenter directly. If you are publishing your plugin to Bintray, you will need to use the com.gradle.publish-plugin plugin to publish new versions of your plugin. The sooner you can do this, the better. We can help if you have questions or problems. We will automatically migrate all plugins published to Bintray on March 31, 2021. After that date, we will no longer synchronize plugins published to Bintray. This migration should be transparent to users resolving dependencies. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
