Rework ivy repo, use a homegrown mvn repo

This commit is contained in:
Markus M. May 2018-02-01 23:28:54 +01:00
parent b7ec90ca07
commit 8b6bac6144

View file

@ -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
} }