Load artifacts from jitpack

This commit is contained in:
Georg Krause 2021-09-16 13:46:34 +02:00
parent 1c4ae7dfa7
commit 4c23456990
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
2 changed files with 9 additions and 3 deletions

View File

@ -19,9 +19,13 @@ allprojects {
repositories {
google()
maven {
setUrl("https://jitpack.io")
metadataSources {
artifact()
}
}
mavenCentral()
maven(url = "https://jitpack.io")
jcenter()
}
}

View File

@ -4,5 +4,7 @@ plugins {
repositories {
mavenCentral()
jcenter()
maven {
setUrl("https://jitpack.io")
}
}