Skip to content

Commit

Permalink
Enable TestNG tests in schema SDK build
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Jun 26, 2015
1 parent b202e4a commit f5c2015
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java-schema-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ dependencies {
testCompile 'org.hamcrest:hamcrest-library:1.3'
}

test {
useTestNG()
workingDir = '..'
}

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
Expand Down

0 comments on commit f5c2015

Please sign in to comment.