Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to determine the properties value for NEXUS_USERNAME and NEXUS_PASSWORD #2

Closed
codeqq opened this issue Jul 18, 2015 · 1 comment

Comments

@codeqq
Copy link

codeqq commented Jul 18, 2015

when I try to compile activiti-android-app 1.0 in Android Studio (v1.2), it gets an error:

Error:(131, 0) Could not find property 'NEXUS_USERNAME' on Credentials [username: null].

which refers to line 131 of activiti-app\build.gradle:
128 maven {
129 url "https://artifacts.alfresco.com/nexus/content/repositories/internal-releases/"
130 credentials {
131 username NEXUS_USERNAME
132 password NEXUS_PASSWORD
133 }
134 }

so, the question is, how to determine the properties value for NEXUS_USERNAME and NEXUS_PASSWORD ?

@jmpascal
Copy link

jmpascal commented Mar 7, 2016

Fixed in 1.1 codebase.

@jmpascal jmpascal closed this as completed Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants