-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
still using jcenter #4095
Comments
Came here to same we are experiencing the same issue. |
one thing of note, it appears that https://plugins.gradle.org/m2/io/swagger/core/v3/swagger-gradle-plugin/2.1.12/swagger-gradle-plugin-2.1.12.module is redirecting to jcenter. i guess it's possible that this is an issue with the plugin portal but its difficult for me to tell. especially since the rest of our plugins are working fine. |
this needs to be removed, no? not sure what else tbh |
yeah i cant tell what causes the plugin to be in jcenter or if that line you linked to determines what gradles plugin publisher does |
The mirror redirect appears to be a gradle issue https://status.gradle.com I fixed this for the mean time by building the gradle plugin on my own and publishing it to a private maven repo we host on s3. Im going to leave this open because the For reference, i mentioned this issue on gradles forum too https://discuss.gradle.org/t/plugins-redirecting-to-jcenter/41909/6 |
Any updates on this issue? |
Thanks all for reporting this. I am not sure about the cause of the issues with plugin resolution from plugin portal "redirecting" to jcenter (as from some tests I am not experiencing issues in plugin 2.1.12 resolution atm), however jcenter() references have been removed in #4099. Closing ticket, please reopen/comment if you're still experiencing issues |
Nearly one year ago gradle and others issued guidance to stop using jcenter(). https://blog.gradle.org/jcenter-shutdown This plugin is still there and is now breaking CI because it cant be retrieved
The text was updated successfully, but these errors were encountered: