Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Sunset of BinTray #213

Open
marcusdroy opened this issue Feb 4, 2021 · 7 comments
Open

Sunset of BinTray #213

marcusdroy opened this issue Feb 4, 2021 · 7 comments

Comments

@marcusdroy
Copy link

As per the deprecation of bin tray hosting artifacts

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

It would appear this library will become unavailable soon, can it migrated to maven central?

Thanks

@jim-olsen
Copy link

Yes, in fact now we are already seeing 'brownouts' where it is not pulling from bintray as of today... So plus one on moving it to somewhere else that will continue to be supported

@bulivlad
Copy link

bulivlad commented May 4, 2021

this is a real issue now as bintray became unavailable. we are seeing our builds fail as it is no longer able to pull the dependencies. any plan to move it to another repo soon?

@nikolap
Copy link

nikolap commented May 5, 2021

Agreed, would be great to have this mirrored elsewhere

@iori57
Copy link

iori57 commented May 6, 2021

Our build is failing now too because bintray is gone

@bulivlad
Copy link

bulivlad commented May 9, 2021

the easiest way to fix this was to fork the project and use github packages to store the artifacts
see here https://github.com/bulivlad/quartz-mongodb/blob/da6555d4fe1b3b52221c402415f4b302d097b5e5/build.gradle#L104

@zoom2arun
Copy link

Anyone had any luck finding a mirrored repo? @michaelklishin please suggest.

@antpaw
Copy link

antpaw commented Jun 15, 2021

I really hope a more permanent solution can be worked out here.
I was able to fetch it form jitpack.io

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>


	<dependency>
	    <groupId>com.github.michaelklishin</groupId>
	    <artifactId>quartz-mongodb</artifactId>
	    <version>2.1.0</version>
	</dependency>

you might want to fork and login to jitpack

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

No branches or pull requests

7 participants