Snapshot of project to connect drivers for lirc (https://github.com/Boukefalos/jliblirc) and ibuddy (https://github.com/Boukefalos/jlibibuddy) towards pluggable successor of mimis (https://github.com/Boukefalos/mimis)

This commit is contained in:
2015-06-11 23:10:08 +01:00
commit 4cb0910910
10 changed files with 472 additions and 0 deletions

14
build.gradle Normal file
View File

@@ -0,0 +1,14 @@
apply plugin: 'java'
apply plugin: 'eclipse'
task wrapper(type: Wrapper) {
gradleVersion = '2.2'
}
repositories {
mavenCentral()
}
dependencies {
}