Author: centic
Date: Sun Apr 16 09:45:23 2017
New Revision: 1791586
URL: http://svn.apache.org/viewvc?rev=1791586&view=rev
Log:
Add hamcrest-all to Gradle build as well
Modified:
poi/trunk/build.gradle
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1791586&r1=1791585&r2=1791586&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Apr 16 09:45:23 2017
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]