ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pawannimje opened this issue · comments

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

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.