junit-insights
junit-insights copied to clipboard
Build fails on github actions due to maven repository
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
https://oss.jfrog.org/webapp/#/artifacts/browse/tree/General/oss-snapshot-local/de/adesso/junit-insights does not exist 🤷