Plugin portal not updating latest version

Hi,

I released a gradle plugin to the gradle portal a while ago: http://plugins.gradle.org/plugin/com.github.tkruse.groovysh Yesterday I released a new version (1.0.0 -> 1.0.1): https://bintray.com/tkruse/maven/gradle-groovysh-plugin

I made sure to add the “gradle-plugin” attribute same as for 1.0.0. But the portal does not pick up the change (having waited several hours).

The only difference between 1.0.0 and 1.0.1 I can see is the absence of a gradle-groovysh-plugin-1.0.1-sources.jar.asc

Not sure why this is missing, I did not change my release process.

Any help?

This is due to a trailing space in the plugin attribute name (it should be “gradle-plugin” and you have "gradle-plugin "), see https://api.bintray.com/packages/gradle/gradle-plugins/gradle-groovysh-plugin/versions/1.0.1/attributes

BTW, we are working on making this more visible.

Well spotted, thx. The new release was picked up now.