diff options
author | Dominik Stadler <centic@apache.org> | 2017-04-16 09:45:23 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-04-16 09:45:23 +0000 |
commit | 995d65c40d5f4dd963d090928cd857820c700489 (patch) | |
tree | d4b3d96543948471466b64c2e38eaa9d7c5d23f5 /build.gradle | |
parent | 470f8a432a50a2bea6f1969c3e2f9720b8b5dc4f (diff) | |
download | poi-995d65c40d5f4dd963d090928cd857820c700489.tar.gz poi-995d65c40d5f4dd963d090928cd857820c700489.zip |
Add hamcrest-all to Gradle build as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 4acabe0f1d..0888788928 100644 --- a/build.gradle +++ b/build.gradle @@ -152,6 +152,8 @@ project('main') { compile 'org.apache.commons:commons-collections4:4.1' testCompile 'junit:junit:4.12' + testCompile 'org.hamcrest:hamcrest-all:1.3' + } // Create a separate jar for test-code to depend on it in other projects |