Prepare merge to module exec.connected in mimis

This commit is contained in:
2016-07-03 12:23:04 +01:00
parent c521ef3215
commit bed95fa91c
15 changed files with 162 additions and 162 deletions

View File

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