use ivy repo

This commit is contained in:
Jesse Boyd
2019-07-11 08:42:44 +10:00
parent cf0c735cf3
commit 3e8fd842d8
3 changed files with 7 additions and 13 deletions

View File

@@ -84,6 +84,12 @@ subprojects {
maven { url "http://repo.spongepowered.org/maven" }
maven { url "http://dl.bintray.com/tastybento/maven-repo" }
maven { url "http://ci.emc.gs/nexus/content/groups/aikar/" }
ivy {
url 'https://ci.athion.net/job'
layout 'pattern', {
artifact '/[organisation]/[module]/artifact/[revision].[ext]'
}
}
}
configurations.all {
resolutionStrategy {