You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gradle plugin is currently only published to the Gradle plugin portal.
Publishing it on MavenCentral is easy to setup.
Main reason to consume the plugin from MavenCentral is the JCenter shutdown and the redirection handling of the Gradle plugin portal regarding proxying MavenCentral, https://blog.gradle.org/portal-jcenter-impact.
That's why we do not depend on the Gradle plugin portal at all but only use MavenCentral.
The text was updated successfully, but these errors were encountered:
I believe gradle plugin portal does not use JCenter (as of July 15, 2024) but I could be wrong. It doesn't feel unreasonable to use the gradle plugin portal -- but I guess people can see this differently. There's no reason we can't publish this to maven central, we just don't yet.
The Gradle plugin is currently only published to the Gradle plugin portal.
Publishing it on MavenCentral is easy to setup.
Main reason to consume the plugin from MavenCentral is the JCenter shutdown and the redirection handling of the Gradle plugin portal regarding proxying MavenCentral, https://blog.gradle.org/portal-jcenter-impact.
That's why we do not depend on the Gradle plugin portal at all but only use MavenCentral.
The text was updated successfully, but these errors were encountered: