[
https://issues.apache.org/jira/browse/OFBIZ-12171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17299610#comment-17299610 ]
Michael Brohl commented on OFBIZ-12171:
---------------------------------------
For reference, a comprehensive Guide from Gradle: [
https://blog.gradle.org/jcenter-shutdown]
The important part for our case here is (Plugin Portal = plugins.gradle.org):
{code:java}
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.
{code}
This means that a constant block of jcenter.bintray.com is currently not possible until this issue is solved.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)