Skip to content

Commit

Permalink
Prepare for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKrikun committed Jan 29, 2017
1 parent 54f82ec commit b7751ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions robototextview-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
apply plugin: 'groovy'
apply plugin: 'java-gradle-plugin'

test {
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
systemProperty 'android.sdk.dir', properties.getProperty('sdk.dir')
}

dependencies {
compile gradleApi()
compile localGroovy()

testCompile gradleTestKit()
testCompile 'junit:junit:4.12'
testCompile 'com.android.tools.build:gradle:2.2.0'
}

0 comments on commit b7751ba

Please sign in to comment.