Mercurial > hg4j
changeset 466:3ace1fc95d0a
Use <HOME>/.gradle/gradle.properties
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 20 Jun 2012 17:12:00 +0200 |
parents | ad0322a4af20 |
children | 51d682cf9cdc |
files | build.gradle |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build.gradle Wed Jun 20 16:52:39 2012 +0200 +++ b/build.gradle Wed Jun 20 17:12:00 2012 +0200 @@ -109,7 +109,7 @@ mavenDeployer { configuration = configurations.deployJars repository(url: "http://maven.tmatesoft.com/content/repositories/snapshots/") { - authentication(userName: "", password: "") + authentication(userName: project.ext.deploySnapshotsRepositoryUser, password: project.ext.deploySnapshotsRepositoryPassword) } } }