bndtools / bnd

Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
https://bndtools.org
Other
528 stars 306 forks source link

Version 3.4 of Gradle plugin not published to Gradle plugin repository #2142

Closed myniva closed 6 years ago

myniva commented 6 years ago

The last version published to the Gradle plugin repository (https://plugins.gradle.org/) is 3.3. Version 3.4 is only available through Maven central. Is there a reason for not (no longer?) publishing to the official Gradle plugin repo?

bjhargrave commented 6 years ago

See https://discuss.gradle.org/t/publishing-to-the-plugin-portal-via-artifactory/9083/8.

The Bnd build process does not mesh with changes to the Gradle process for submitting plugins to their portal. They require them to be submitted from a build while Bnd has already completed the build by the time we agree the plugin is declared the final build.