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

Publish on MavenCentral #182

Open
4brunu opened this issue Mar 2, 2021 · 15 comments
Open

Publish on MavenCentral #182

4brunu opened this issue Mar 2, 2021 · 15 comments

Comments

@4brunu
Copy link
Contributor

4brunu commented Mar 2, 2021

Hi,

JCenter will shut down on May 1st.
Could you please publish this library on mavenCentral to remains usable in gradle?

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

Thanks

@voghDev
Copy link
Owner

voghDev commented Mar 4, 2021

Hi!

sure, will do as soon as I have a few time :-) thanks for notifying!

@4brunu
Copy link
Contributor Author

4brunu commented Mar 5, 2021

I found this PR on the ReLinker repo, which shows the migration from jcenter to MavenCentral, so I put it here for reference, in case it helps with the migration.
KeepSafe/ReLinker#81

@voghDev
Copy link
Owner

voghDev commented May 3, 2021

Hi again!

I've checked that the dependency is still available for download through jcenter(), so clients using the library won't be affected (yet) until February 2022. I'll start migrating it to MavenCentral in the meanwhile.

Thanks for the reminders! 🙂

@4brunu
Copy link
Contributor Author

4brunu commented Jun 23, 2021

Hey @voghDev,
Any news on this? Can I somehow help?
Thanks

@4brunu
Copy link
Contributor Author

4brunu commented Jul 7, 2021

@voghDev this is may last dependency that is not on MavenCentral, can I somehow help on this? 🙂

@voghDev
Copy link
Owner

voghDev commented Jul 12, 2021

Sure!

I haven't had time to start working on this. Do you know any reliable blog post or various blog posts where the process is described? so once I start with it, I have accurate information to read and get some background before performing the task.
Thank you!

@AlirezaIvaz
Copy link

It seems this library published in JitPack.

@4brunu
Copy link
Contributor Author

4brunu commented Sep 20, 2021

I would prefer to have this library published on MavenCentral, since it's the default repo in Android Studio, and some teams may have restrictions that don't allow them to add libraries from jitpack.

@4brunu
Copy link
Contributor Author

4brunu commented Nov 3, 2021

@voghDev any news on this? This is my last dependency that is not available on MavenCentral, so it would be very nice to completely remove jcenter 🙂 thanks

@voghDev
Copy link
Owner

voghDev commented Nov 4, 2021

Hi @4brunu !
I've been struggling with this for weeks, but haven't been able to publish the library. It is almost done, all the steps are completed, but the gradle script that executes the publishing is not recognizing Android classes and some annotations. That's what I need to solve to complete the publishing. Sorry for the delay!

@4brunu
Copy link
Contributor Author

4brunu commented Nov 4, 2021

Thanks for your work and thanks for the feedback 🙂

@4brunu
Copy link
Contributor Author

4brunu commented Jan 13, 2022

Hi @voghDev, do you have any news on this? 🙂 thanks

@dioals
Copy link

dioals commented Feb 25, 2022

Hi @voghDev any news on this? really need this library on mavenCentral, thanks

@mypplication
Copy link

Hello, you can use it with jitpack

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

dependencies {
	        implementation 'com.github.voghDev:PdfViewPager:1.1.2'
	}

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

5 participants