Some weeks ago, I published a Gradle plugin (purposefully and only) to Maven Central (MC) and could happily use it from there.
However, when I wanted to demonstrate that one has to use MC as plugin repository to make use of my plugin and that the traditional
plugins.gradle.org will not work, it had magically appeared on
plugins.gradle.org as well 😱 😂 .
Investigating this I found that
plugins.gradle.org is sending an HTPP 303 (see other) and forwards the request to MC. I am happy that this is the case as it makes my publishing process much easier, can anyone confirm this is a permanent feature?
Nevertheless, on the website I can still only see
an older version. Perhaps it would be nice if I could somehow also make the new version visible in the Gradle plugin repo.
Background for my decision is that my plugin requires another (core) module and I wanted to publish both in an atomic way (to MC), as there are more components to come (e.g., a Maven plugin to make use the core module as well).