FadingActionBar icon indicating copy to clipboard operation
FadingActionBar copied to clipboard

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

Open pawannimje opened this issue 10 years ago • 2 comments

pawannimje avatar Aug 25 '14 22:08 pawannimje

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

skadyrov avatar Dec 27 '14 00:12 skadyrov

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.

ShreyashPromact avatar Feb 13 '15 04:02 ShreyashPromact