mmalohlava / gradle-visteg

Exports task execution graph as .dot file
Apache License 2.0
131 stars 24 forks source link

Plugin not found #16

Open pun-ky opened 5 years ago

pun-ky commented 5 years ago

image

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

does not work :/

lacasseio commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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