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

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Jan 21, 2015
1 parent 3999bf9 commit 8b6bcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -109,7 +109,7 @@ uploadArchives {
if (project.hasProperty("dddUser") && project.hasProperty("dddPass")) {
repositories {
mavenDeployer {
repository(url: "http://doubledoordev.net:8081/artifactory/mods") {
repository(url: "http://doubledoordev.net:8082/artifactory/mods") {
authentication(userName: dddUser, password: dddPass)
}
pom {
Expand Down

0 comments on commit 8b6bcd1

Please sign in to comment.