User does not have write permission error on plugin publish

* What went wrong:
 Execution failed for task ':publishPlugins'.
 > Failed to post to server.
 Server responded with:
 The user 'nebula' does not have write permissions to: nebula.plugin-plugin'

I’m trying to publish a plugin with a name change. Have it configured in my plugins block:

pluginBundle {
  website = 'https://github.com/nebula-plugins/nebula-publishing-plugin' // this is what it was on failure, just sent commit to fix it, hopefully not the reason my role account didn't have write permission
  vcsUrl = 'https://github.com/nebula-plugins/nebula-publishing-plugin.git'

  plugins {
    pluginplugin {
      id = 'nebula.plugin-plugin'
      displayName = 'Nebula Plugin Plugin'
      description = 'Sets up publishing and release process for all of the other nebula plugins'
      tags = ['nebula', 'plugin']
    }
  }

  mavenCoordinates {
    groupId = 'com.netflix.nebula'
    artifactId = 'nebula-plugin-plugin'
  }
}

Still seeing this error: https://travis-ci.org/nebula-plugins/nebula-plugin-plugin/builds/98434553

Please advise.

Hi Rob

Sorry this got dropped the first time around.

The nebula.plugin-plugin was owned by your rspieldenner_netflix account. I’ve updated it to be owned by the nebula account. Can you please try publishing it again?

Regards

Tom

@rspieldenner_netflix I’m assuming you are no longer seeing this issue as the plugin was published on the 23rd Dec 2015: https://bintray.com/nebula/gradle-plugins/nebula-plugin-plugin/3.2.1/view

This has been resolved.