Skip to content
Snippets Groups Projects
Verified Commit 4c234569 authored by Georg Krause's avatar Georg Krause
Browse files

Load artifacts from jitpack

parent 1c4ae7df
No related tags found
1 merge request!108Do not use jcenter anymore
Pipeline #16453 failed
......@@ -19,9 +19,13 @@ allprojects {
repositories {
google()
maven {
setUrl("https://jitpack.io")
metadataSources {
artifact()
}
}
mavenCentral()
maven(url = "https://jitpack.io")
jcenter()
}
}
......
......@@ -4,5 +4,7 @@ plugins {
repositories {
mavenCentral()
jcenter()
maven {
setUrl("https://jitpack.io")
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment