junit-insights icon indicating copy to clipboard operation
junit-insights copied to clipboard

Build fails on github actions due to maven repository

Open shavo007 opened this issue 3 years ago • 1 comments

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

shavo007 avatar Jun 15 '21 07:06 shavo007

https://oss.jfrog.org/webapp/#/artifacts/browse/tree/General/oss-snapshot-local/de/adesso/junit-insights does not exist 🤷

jovial-snyder avatar Sep 09 '21 08:09 jovial-snyder