Revert recent changes

This commit is contained in:
Markus M. May 2018-02-02 20:00:31 +01:00
parent 8b6bac6144
commit 41ae8e45db

View file

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