Open pun-ky opened 5 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.
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.
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
does not work :/