Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Mar 22, 2015
1 parent 7077c62 commit 308e9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -110,10 +110,10 @@ idea {
}

uploadArchives {
if (project.hasProperty("dddUser") && project.hasProperty("dddPass")) {
if (project.hasProperty("dddUser") && project.hasProperty("dddUrl") && project.hasProperty("dddPass")) {
repositories {
mavenDeployer {
repository(url: "http://doubledoordev.net:8081/artifactory/mods") {
repository(url: dddUrl) {
authentication(userName: dddUser, password: dddPass)
}
pom {
Expand Down

0 comments on commit 308e9a9

Please sign in to comment.