third_parties/stroke/build.gradle
author Da Risk <da_risk@beem-project.com>
Mon, 15 Jun 2015 14:04:24 +0200
changeset 1062 b9445d741660
parent 1049 41c9aa696059
permissions -rw-r--r--
Fix potential NPE when the connection is not created yet when the service is destroyed

apply plugin: 'java'

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
}