square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

Can't build with gradle: No such property: GROUP for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer #92

Closed avh4 closed 10 years ago

avh4 commented 10 years ago

Sorry to post here, but I couldn't find a mailing list anywhere.

I'm unable to build the project locally (see error message below from gradle). Any ideas on how to fix this?

$ ./gradlew 

FAILURE: Build failed with an exception.

* Where:
Script 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle' line: 48

* What went wrong:
A problem occurred configuring root project 'fest-android'.
> No such property: GROUP for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
JakeWharton commented 10 years ago

I fixed this on master.

syedalinaqi commented 10 years ago

What do u mean i fixed this on master??? I also get the same error