Move test files

This commit is contained in:
2014-12-15 22:03:46 +00:00
parent fef152887b
commit f41b6903b4
14 changed files with 50 additions and 47 deletions

View File

@@ -6,9 +6,36 @@ subprojects {
apply plugin: 'maven'
repositories {
mavenCentral()
}
dependencies {
maven {
url 'https://github.com/Boukefalos/mimis/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/wiigee/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/jlibcom/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/jlibitunes/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/jlibloader/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/jlibwiiuse/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/jlibwiigee/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/libwiiuse/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/jlibintellitype/raw/mvn-repo/'
}
maven {
url 'https://github.com/Boukefalos/jlibxinput/raw/mvn-repo/'
}
mavenCentral()
}
}