Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not found #16

Open
pun-ky opened this issue Oct 17, 2019 · 3 comments
Open

Plugin not found #16

pun-ky opened this issue Oct 17, 2019 · 3 comments

Comments

@pun-ky
Copy link

pun-ky commented Oct 17, 2019

image

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

does not work :/

@lacasseio
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants