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