comparison 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
comparison
equal deleted inserted replaced
462:ad0322a4af20 466:3ace1fc95d0a
107 configuration = configurations.deployJars 107 configuration = configurations.deployJars
108 repositories { 108 repositories {
109 mavenDeployer { 109 mavenDeployer {
110 configuration = configurations.deployJars 110 configuration = configurations.deployJars
111 repository(url: "http://maven.tmatesoft.com/content/repositories/snapshots/") { 111 repository(url: "http://maven.tmatesoft.com/content/repositories/snapshots/") {
112 authentication(userName: "", password: "") 112 authentication(userName: project.ext.deploySnapshotsRepositoryUser, password: project.ext.deploySnapshotsRepositoryPassword)
113 } 113 }
114 } 114 }
115 } 115 }
116 } 116 }
117 117