Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed maven url
  • Loading branch information
dries007 committed Mar 22, 2015
1 parent 15f2b69 commit 8db3a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -106,10 +106,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 8db3a6d

Please sign in to comment.