[ https://issues.apache.org/jira/browse/OFBIZ-12351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17438733#comment-17438733 ]
ASF subversion and git services commented on OFBIZ-12351: --------------------------------------------------------- Commit a8f50c57592496048b6e5be42912c5ad40fc954b in ofbiz-framework's branch refs/heads/release18.12 from Wiebke Pätzold [ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=a8f50c5 ] Fixed: Builds fail due to unauthorized access to repo.spring.io/plugins-release (OFBIZ-12351) Replaces repository syndication by rometools Thanks Mart Naum for report > Builds fail due to unauthorized access to repo.spring.io/plugins-release > ------------------------------------------------------------------------ > > Key: OFBIZ-12351 > URL: https://issues.apache.org/jira/browse/OFBIZ-12351 > Project: OFBiz > Issue Type: Bug > Affects Versions: Trunk, 18.12.01 > Reporter: Mart Naum > Assignee: Wiebke Pätzold > Priority: Major > > I just flushed my gradle cache and observed that I am not able to build OFBiz > any longer due to unauthorized access to spring/plugins-release. The > repository seems to be required for com.springsource.com.sun.syndication, > maven lists . I reckon we are affected by the [repo.spring.io permission > changes|https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020]. > > {code:java} > $ ./gradlew cleanAll loadAll> Configure project : > You are using one or more deprecated Asciidoctor Gradle plugin features. To > help with migration run with --warning-mode=all.FAILURE: Build completed with > 2 failures.1: Task failed with an exception. > ----------- > * Where: > Build file 'D:\Martin\git\ofbiz-framework-latest\build.gradle' line: 1117* > What went wrong: > A problem occurred evaluating root project 'ofbiz'. > > Could not resolve all files for configuration ':runtimeClasspath'. > > Could not resolve > com.sun.syndication:com.springsource.com.sun.syndication:1.0.0. > Required by: > project : > > Could not resolve > com.sun.syndication:com.springsource.com.sun.syndication:1.0.0. > > Could not get resource > 'https://repo.spring.io/plugins-release/com/sun/syndication/com.springsource.com.sun.syndication/1.0.0/com.springsource.com.sun.syndication-1.0.0.pom'. > > Could not GET > 'https://repo.spring.io/plugins-release/com/sun/syndication/com.springsource.com.sun.syndication/1.0.0/com.springsource.com.sun.syndication-1.0.0.pom'. > Received status code 401 from server: Unauthorized* Try: > 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. > ==============================================================================2: > Task failed with an exception. > ----------- > * What went wrong: > A problem occurred configuring root project 'ofbiz'. > > No hooks found* Try: > 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. > ==============================================================================* > Get more help at https://help.gradle.orgBUILD FAILED in 20s > {code} > -- This message was sent by Atlassian Jira (v8.3.4#803005)