Rework ivy repo, use a homegrown mvn repo
This commit is contained in:
parent
b7ec90ca07
commit
8b6bac6144
|
@ -21,11 +21,8 @@ allprojects {
|
||||||
maven {
|
maven {
|
||||||
url "https://maven.google.com"
|
url "https://maven.google.com"
|
||||||
}
|
}
|
||||||
ivy {
|
maven {
|
||||||
url 'https://github.com/'
|
url "https://github.com/triplem/triplem.github.com/raw/master/"
|
||||||
layout 'pattern', {
|
|
||||||
artifact '/[organisation]/[module]/archive/[revision].[ext]'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,5 +30,3 @@ allprojects {
|
||||||
task clean(type: Delete) {
|
task clean(type: Delete) {
|
||||||
delete rootProject.buildDir
|
delete rootProject.buildDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue