ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
Apache License 2.0
2.87k stars 677 forks source link

Error while importing: No such property: nexusUsername for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer #76

Open pawannimje opened 10 years ago

skadyrov commented 9 years ago

wrapping the nexusUsername and nexusPassword with single quotes(') solved the issue

ShreyashPromact commented 9 years ago

If it keeps failing for some reason, create a file ~/.gradle/gradle.properties with the following contents:

nexusUsername= nexusPassword=

Hope it will resolved your issue.