migration to gradle, splitted wiiusej, wiigee and itunescontroller into subprojects
This commit is contained in:
16
java/build.gradle
Normal file
16
java/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
subprojects {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
}
|
||||
|
||||
version = '0.1'
|
||||
|
||||
jar {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user