Fix Gradle script

This commit is contained in:
modmuss50 2017-11-22 13:56:07 +00:00
parent 308d49ea03
commit cbf20a3db3
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ buildscript {
url = "http://maven.fabricmc.net/"
}
maven {
name "RX14 Repository"
url 'http://mvn.rx14.co.uk/local/'
name "Modmuss50 Repository"
url 'https://maven.modmuss50.me'
}
}
dependencies {