Error:No such property: GROUP for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

Remove this line from the build.gradle on the specified project

apply from: 'https://raw.github.com/twotoasters/gradle-mvn-push/master/gradle-mvn-push.gradle'

I have experienced a very similar problem.

I tried to include the QuickReturn feature into my app : https://github.com/felipecsl/QuickReturn

I'm using Android Studios 1.0 and after I imported the library into my project, it gives me the same error. I then looked at the build.gradle file for the library and removed this line and it worked:

apply from: 'gradle-mvn-push.gradle'

Similar issue.

Removed line:

apply from: 'maven-push.gradle'

from build.gradle and was able to sync successfully.