Skip to content

Commit

Permalink
Update build.gradle for new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
renbinden committed Jun 27, 2016
1 parent 7d51675 commit 0c7d609
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ project(":apis:elysium-core-api") {
uploadArchives {
repositories.mavenDeployer {

repository(url: "https://repo.seventh-root.com/repository/internal/") {
repository(url: "https://repo.seventh-root.com/artifactory/libs-release-local/") {
authentication(userName: repoUserName, password: repoPassword)
}

Expand All @@ -95,7 +95,7 @@ project(":apis:elysium-player-api") {
uploadArchives {
repositories.mavenDeployer {

repository(url: "https://repo.seventh-root.com/repository/internal/") {
repository(url: "https://repo.seventh-root.com/artifactory/libs-release-local/") {
authentication(userName: repoUserName, password: repoPassword)
}

Expand All @@ -118,7 +118,7 @@ project(":apis:elysium-character-api") {
uploadArchives {
repositories.mavenDeployer {

repository(url: "https://repo.seventh-root.com/repository/internal/") {
repository(url: "https://repo.seventh-root.com/artifactory/libs-release-local/") {
authentication(userName: repoUserName, password: repoPassword)
}

Expand All @@ -142,7 +142,7 @@ project(":apis:elysium-chat-api") {
uploadArchives {
repositories.mavenDeployer {

repository(url: "https://repo.seventh-root.com/repository/internal/") {
repository(url: "https://repo.seventh-root.com/artifactory/libs-release-local/") {
authentication(userName: repoUserName, password: repoPassword)
}

Expand Down Expand Up @@ -189,7 +189,7 @@ project(":bukkit:elysium-core-bukkit") {
uploadArchives {
repositories.mavenDeployer {

repository(url: "https://repo.seventh-root.com/repository/internal/") {
repository(url: "https://repo.seventh-root.com/artifactory/libs-release-local/") {
authentication(userName: repoUserName, password: repoPassword)
}

Expand Down Expand Up @@ -234,7 +234,7 @@ project(":bukkit:elysium-players-bukkit") {
uploadArchives {
repositories.mavenDeployer {

repository(url: "https://repo.seventh-root.com/repository/internal/") {
repository(url: "https://repo.seventh-root.com/artifactory/libs-release-local/") {
authentication(userName: repoUserName, password: repoPassword)
}

Expand Down Expand Up @@ -280,7 +280,7 @@ project(":bukkit:elysium-characters-bukkit") {
uploadArchives {
repositories.mavenDeployer {

repository(url: "https://repo.seventh-root.com/repository/internal/") {
repository(url: "https://repo.seventh-root.com/artifactory/libs-release-local/") {
authentication(userName: repoUserName, password: repoPassword)
}

Expand Down Expand Up @@ -327,7 +327,7 @@ project(":bukkit:elysium-chat-bukkit") {
uploadArchives {
repositories.mavenDeployer {

repository(url: "https://repo.seventh-root.com/repository/internal/") {
repository(url: "https://repo.seventh-root.com/artifactory/libs-release-local/") {
authentication(userName: repoUserName, password: repoPassword)
}

Expand Down

0 comments on commit 0c7d609

Please sign in to comment.