# HG changeset patch # User Artem Tikhomirov # Date 1340205120 -7200 # Node ID 3ace1fc95d0a1a941b6427c60b6e624f96dd71ad # Parent ad0322a4af204547c400e1846b2b83d446ab8da5 Use /.gradle/gradle.properties diff -r ad0322a4af20 -r 3ace1fc95d0a build.gradle --- 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) } } }