We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi folks,
OOTB, when i run my build on github actions it fails as this dep does not exist in maven central. See: https://github.com/shavo007/spring-integ-demo/runs/2781753987?check_suite_focus=true#step:6:872
So i then changed the repository in pom to point to bintray and worked
<repositories> <repository> <id>jcenter</id> <name>jcenter</name> <url>https://jcenter.bintray.com</url> </repository> </repositories>
I believe that jcenter is being sunsetted? So it might be worth publishing this dep moving forward to maven central?
Thanks, Shane
The text was updated successfully, but these errors were encountered:
https://oss.jfrog.org/webapp/#/artifacts/browse/tree/General/oss-snapshot-local/de/adesso/junit-insights does not exist 🤷
Sorry, something went wrong.
No branches or pull requests
hi folks,
OOTB, when i run my build on github actions it fails as this dep does not exist in maven central.
See: https://github.com/shavo007/spring-integ-demo/runs/2781753987?check_suite_focus=true#step:6:872
So i then changed the repository in pom to point to bintray and worked
I believe that jcenter is being sunsetted? So it might be worth publishing this dep moving forward to maven central?
Thanks,
Shane
The text was updated successfully, but these errors were encountered: