migration to gradle, splitted wiiusej, wiigee and itunescontroller into subprojects

This commit is contained in:
2013-07-30 14:44:23 +02:00
parent d51714d565
commit 62f77fd4a0
322 changed files with 20394 additions and 0 deletions

16
java/build.gradle Normal file
View File

@@ -0,0 +1,16 @@
subprojects {
apply plugin: 'java'
apply plugin: 'eclipse'
repositories {
mavenCentral()
}
dependencies {
}
version = '0.1'
jar {
}
}