diff build.gradle @ 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 3ca4ae7bdd38
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)
             }
         }
     }