Demos restarted because of the Gradle changes in trunk demo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Demos restarted because of the Gradle changes in trunk demo

Jacques Le Roux
Administrator
Hi,

While trying the new default ordering of applications menus (more on that below) I found that since : 2021-02-13 03:03:32, we had a problem on trunk demo:

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Build file '/home/ofbizDemo/trunk/build.gradle' line: 1119

* What went wrong:
A problem occurred evaluating root project 'ofbiz'.
 > Could not resolve all files for configuration ':runtimeClasspath'.
    > Could not resolve org.opensaml:opensaml:1.1b.
      Required by:
          project : > project :plugins:ldap > org.jasig.cas:cas-server-core:3.3.5
       > Could not resolve org.opensaml:opensaml:1.1b.
          > Could not get resource 'https://repo.spring.io/plugins-release/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom'.
             > Could not GET 'https://repo.spring.io/plugins-release/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom'. Received status code 401 from
server: Unauthorized
    > Could not resolve org.inspektr:inspektr-core:0.7.0.
      Required by:
          project : > project :plugins:ldap > org.jasig.cas:cas-server-core:3.3.5
       > Could not resolve org.inspektr:inspektr-core:0.7.0.
          > Could not get resource 'https://repo.spring.io/plugins-release/org/inspektr/inspektr-core/0.7.0/inspektr-core-0.7.0.pom'.
             > Could not GET 'https://repo.spring.io/plugins-release/org/inspektr/inspektr-core/0.7.0/inspektr-core-0.7.0.pom'. Received status code
401 from server: Unauthorized

This was due to necessary changes put in build.gradles files because of JFrog to shut down jcenter: https://markmail.org/message/hal4od7xeoig6xfw

I simply deleted the plugins and restarted the demos, it's OK now

BTW, I hope you enjoy the new default ordering of applications menus put in with https://issues.apache.org/jira/browse/OFBIZ-12166.
It's still a WIP and we will discuss that here rather than in dev ML because everybody is concerned

Jacques