You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
529 B

**********************
********************* Building Hamcrest *********************
**********************
--[ Build requirements ]-------------------------------------
* JDK 1.7
* Gradle
--[ Building from the command line ]-------------------------
Execute the default ant target:
./gradlew clean build javadoc
This will do a full clean build, run all tests and (if
successful) package up a distribution. The resulting builds
reside in the 'build' directory.