Revert recent changes
This commit is contained in:
parent
8b6bac6144
commit
41ae8e45db
1 changed files with 5 additions and 2 deletions
|
@ -21,8 +21,11 @@ allprojects {
|
||||||
maven {
|
maven {
|
||||||
url "https://maven.google.com"
|
url "https://maven.google.com"
|
||||||
}
|
}
|
||||||
maven {
|
ivy {
|
||||||
url "https://github.com/triplem/triplem.github.com/raw/master/"
|
url 'https://github.com/'
|
||||||
|
layout 'pattern', {
|
||||||
|
artifact '/[organisation]/[module]/archive/[revision].[ext]'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue