gradle: Chnage builSrc maven path

This commit is contained in:
Owain van Brakel
2019-10-06 19:35:28 +02:00
parent 89a411ad45
commit 71733082c5

View File

@@ -1,5 +1,5 @@
repositories {
maven { url "https://raw.githubusercontent.com/runelite-extended/maven-repo/master" }
maven { url "https://raw.githubusercontent.com/open-osrs/hosting/master" }
}
dependencies {
compile localGroovy()