gradle-visteg icon indicating copy to clipboard operation
gradle-visteg copied to clipboard

Plugin not found

Open pun-ky opened this issue 4 years ago • 3 comments

image

plugins {
  id("cz.malohlava.visteg") version "1.0.4"
}

does not work :/

pun-ky avatar Oct 17 '19 07:10 pun-ky

Unfortunately, this issue is due to a misuse of the Provider API, see https://dl.bintray.com/mmalohlava/gradle-plugins/ and https://bintray.com/mmalohlava/gradle-plugins/visteg#files how some strings are the result of a Provider#toString(). We are also see debug log failure in the plugin portal.

lacasseio avatar Dec 19 '19 11:12 lacasseio

There is no obvious mistake in the build script that published 1.0.4. It could come from plugindev or from the legacy uploadArchives task.

lacasseio avatar Dec 19 '19 11:12 lacasseio

We debugged this further and the issue was coming indirectly from plugindev plugin which was applying an old bintray plugin that was using an internal API from Java that changed to returning an Provider in newer version of Gradle. If you would have upgraded the plugindev plugin, you would have being in the clear. However, we are looking into decommissioning the Bintray sync for plugin publishing. Thanks for doing that work. Don't hesitate to notify us for any issue you may have with the plugin portal via https://github.com/gradle/plugin-portal-requests

lacasseio avatar Dec 19 '19 20:12 lacasseio