Android:update the upload script
This commit is contained in:
@@ -35,7 +35,7 @@ uploadArchives {
|
||||
description 'git rev-parse HEAD'.execute([], projectDir).text.trim()
|
||||
}
|
||||
|
||||
repository(url: repo + properties.name) {
|
||||
repository(url: repo) {
|
||||
authentication(userName: user, password: apiKey)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user