[
https://issues.apache.org/jira/browse/OFBIZ-12171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17299436#comment-17299436 ]
Nicolas Malin commented on OFBIZ-12171:
---------------------------------------
I have the same result [~mbrohl] on fresh environment.
My feeling is the problem seems to come from gradle and after search on gradle community I found this :
{code:java}
curl -I
https://plugins.gradle.org/m2/org/owasp/dependency-check-utils/6.0.3/dependency-check-utils-6.0.3.pomHTTP/1.1 303 See Other
Date: Thu, 11 Mar 2021 09:29:08 GMT
Content-Length: 0
Connection: keep-alive
Set-Cookie: __cfduid=db39b8919c2ae1868deaeb124ccf084001615454948; expires=Sat, 10-Apr-21 09:29:08 GMT; path=/; domain=.gradle.org; HttpOnly; SameSite=Lax; Secure
Location:
https://jcenter.bintray.com/org/owasp/dependency-check-utils/6.0.3/dependency-check-utils-6.0.3.pom{code}
plugins.gradle.org contains some redirect on jcenter.bintray.com.
:( crap
I suppose that the gradle community prepare from their part to solve this issue
https://github.com/gradle/gradle/issues?q=jcenter--
This message was sent by Atlassian Jira
(v8.3.4#803005)