third_parties/stroke/build.gradle
author Da Risk <da_risk@beem-project.com>
Mon, 15 Jun 2015 19:57:41 +0200
changeset 1061 688e12c61c9f
parent 1045 41c9aa696059
child 1073 274f38e8c8a9
permissions -rw-r--r--
Fix a few checkstyle errors
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1045
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
apply plugin: 'java'
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
dependencies {
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     4
    compile fileTree(dir: 'libs', include: ['*.jar'])
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
}