Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk, 18.12.01
-
None
-
None
Description
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.
$ ./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