Skip to content

Commit 6436788

Browse files
author
Jonathan
committedFeb 28, 2017
Fix build
1 parent a079a68 commit 6436788

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
 

‎build.gradle

+9-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,15 @@ repositories {
4444
url = "https://dl.bintray.com/nuvotifier/maven/"
4545
}
4646
maven {
47-
name = "Nucleus"
48-
url = "http://repo.drnaylor.co.uk/artifactory/list/minecraft"
47+
name 'drnaylor-minecraft'
48+
url 'http://repo.drnaylor.co.uk/artifactory/list/minecraft'
49+
}
50+
maven {
51+
name 'drnaylor'
52+
url 'http://repo.drnaylor.co.uk/artifactory/list/quickstart'
53+
}
54+
maven {
55+
url 'https://jitpack.io'
4956
}
5057
}
5158

0 commit comments

Comments
 (0)
Please sign in to comment.