Skip to content

Commit

Permalink
Update maven location
Browse files Browse the repository at this point in the history
  • Loading branch information
spannerman79 authored Sep 22, 2017
1 parent f447164 commit 571b72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
repositories {
maven {
name 'prok'
url 'https://djoveryde.000webhostapp.com/kcauldron/files/'
url 'http://build.resurgent.network/kcauldron/files/'
}
maven {
name 'forge'
Expand Down Expand Up @@ -54,7 +54,7 @@ repositories {
}
maven {
name 'prok'
url 'https://djoveryde.000webhostapp.com/kcauldron/files/'
url 'http://build.resurgent.network/kcauldron/files/'
}
maven {
name 'forge'
Expand Down Expand Up @@ -373,4 +373,4 @@ task resolveAllDependencies {
doLast {
configurations.each { it.resolve() }
}
}
}

0 comments on commit 571b72e

Please sign in to comment.