Files
mimis/java/build.gradle
2014-12-15 22:03:46 +00:00

42 lines
1.1 KiB
Groovy

subprojects {
version = '0.1'
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'
repositories {
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()
}
}