Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jcenter repository not available and build step fails #804

Closed
Tracked by #1170 ...
BraisVQ opened this issue May 12, 2022 · 5 comments · Fixed by opendevstack/ods-core#1154
Closed
Tracked by #1170 ...

Jcenter repository not available and build step fails #804

BraisVQ opened this issue May 12, 2022 · 5 comments · Fixed by opendevstack/ods-core#1154
Labels
bug Something isn't working

Comments

@BraisVQ
Copy link
Contributor

BraisVQ commented May 12, 2022

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.
In the Java/SpringBoot QS we have this repository (here) and maven public below.
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

@renedupont

@BraisVQ BraisVQ added the bug Something isn't working label May 12, 2022
@renedupont
Copy link
Member

In that case I think we can remove this from the nexus repos?

@BraisVQ
Copy link
Contributor Author

BraisVQ commented May 17, 2022

yeah, we could remove it from Nexus and for the Quickstarters
At the end, we have maven-central for this kind of packages

@victorpablosceruelo
Copy link
Contributor

This is needed right now. Quickstarters cannot compile because jcenter dependencies cannot be found.

6ae9424

Thanks for pointing it out, Brais.

@victorpablosceruelo
Copy link
Contributor

Provisioning app is affected by this too:
opendevstack/ods-provisioning-app#737

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants