Hey Gradle plugin authors, We've had reports that...
# plugin-development
l
Hey Gradle plugin authors, We've had reports that older versions of the
plugin-publish
plugin may no longer allow publications of plugins to the Gradle plugin portal. The specific version in question is
0.11.0
. We will be investigating if we broke compatibility accidentally and then share an update on this. But in the meantime,
1.0.0
was released in June 2022 and the latest version is now 2.1.1. We recommend you update this plugin to make sure you do not run in such issues.
🙏 2
3
After reviewing this more closely, here is the final state: • There is no fundamental breaking of
plugin-publish
version
0.11.0
and other more recent non
1.x
versions. • However, because a lot more needed to be done by hand, there are setups that result in submitting the same archive more than once. The Plugin Portal no longer accepts this, and now returns a clear error. • Two solutions if your plugin publishing is affected: ◦ Update to a recent version (at least
1.1.0
) ◦ Fix the setup so that you no longer submit duplicate artifacts