opendevstack / ods-document-generation-svc

Document Generation Service used by the jenkins shared library to generate compliance documentes
Apache License 2.0
0 stars 3 forks source link

Jcenter repository not available and build step fails #106

Open angelmp01 opened 2 years ago

angelmp01 commented 2 years ago

Describe the bug Currently Jcenter seems not available and have made the pipelines fails due to a package that was not stored properly in Nexus.

Maven public is a group type repository in Nexus and already contains jcenter and maven-central (that points to https://repo1.maven.org/maven2/) so it does not makes sense to have both in gradle

victorpablosceruelo commented 2 years ago

More info abour this: https://stackoverflow.com/questions/66651640/jcenter-deprecation-impact-on-gradle-and-android#:~:text=Summary%3A%20After%20February%201%2C%202022%20the%20jcenter%20%28%29,will%20be%20removed%20in%20the%20next%20major%20release.

victorpablosceruelo commented 2 years ago

Same issue: https://github.com/opendevstack/ods-quickstarters/issues/804