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

Build fails on github actions due to maven repository #142

Open
shavo007 opened this issue Jun 15, 2021 · 1 comment
Open

Build fails on github actions due to maven repository #142

shavo007 opened this issue Jun 15, 2021 · 1 comment

Comments

@shavo007
Copy link

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

@jovial-snyder
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants