The group ID is not owned by your user

Hi!

Our organisation XebiaLabs owns the plugin com.xebialabs.xl-deploy and I try to release a new version of it now, in the same way as we did that before. However now I get this error:

> Task :publishPlugins
Publishing plugin com.xebialabs.xl-deploy version 0.6.0


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':publishPlugins'.
> Failed to post to server.
  Server responded with:
  The group ID com.xebialabs.gradle is not owned by your user.

How can I make sure that the xebialabs user has permissions on the com.xebialabs.gradle group ID? I’m sure that I’m using the correct gradle.publish.key and gradle.publish.secret.

Thanks in advance for the help!

Bulat Yaminov

Hi Bulat, lets continue this in a Private Message

I am the owner of protobuf-gradle-plugin. I was trying to push a new release and got similar error:

> Task :publishPlugins FAILED
Publishing plugin com.google.protobuf version 0.8.9
                                    
FAILURE: Build failed with an exception.
                                                        
* What went wrong:                                               
Execution failed for task ':publishPlugins'.                               
> Failed to post to server.                    
  Server responded with:             
  The group ID gradle.plugin.com.google.protobuf is not owned by your user.

Hi @zhangkun83,

Was this from today? Earlier this week, we had a mishap on the plugin portal that removed publish permissions from ~25 plugins, but I thought they had all be restored by now. If you’re still seeing this, I’ll follow up internally to make sure the problem wasn’t more widespread.

Yes I can publish now :slight_smile:
Thanks!

Hi,

Today i have the same issue with my plugin gradle-appcenter-plugin

> Task :publishPlugins FAILED
Publishing plugin com.betomorrow.appcenter version 1.2.3

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':publishPlugins'.
> Failed to post to server.
  Server responded with:
  The group ID com.betomorrow.gradle is not owned by your user.

Is it about bintray shutdown ?

Regards