Migrate to protcol buffer communication (https://github.com/google/protobuf), use preliminary buffer format from https://github.com/Boukefalos/arduino-tm1638.

This commit is contained in:
2015-03-21 21:37:32 +00:00
parent 5dc25b8858
commit f45c7b0519
6 changed files with 117 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'protobuf'
apply plugin: 'maven'
group = 'com.github.boukefalos'
@@ -10,6 +11,16 @@ task wrapper(type: Wrapper) {
gradleVersion = '2.2'
}
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.andrewkroh.gradle:gradle-protobuf-plugin:0.4.0'
}
}
repositories {
maven {
url 'https://github.com/Boukefalos/jlibloader/raw/mvn-repo/'