Adjusted maven URL

This commit is contained in:
steckbrief 2017-01-02 15:52:00 +01:00
parent 6bfda82067
commit b85035c2bf

View file

@ -21,7 +21,7 @@ repositories {
dirs 'libs/3rdParty/jcenter', 'libs/3rdParty/maven', 'libs/3rdParty'
}
maven {
url "http://snippets.thedevstack.de/mvn"
url "https://mvn.thedevstack.de/mvn"
}
}