1 ********************** 2********************* Building Hamcrest ********************* 3 ********************** 4 5--[ Build requirements ]------------------------------------- 6 7* JDK 1.7 8 9* Gradle 10 11--[ Building from the command line ]------------------------- 12 13Execute the default ant target: 14 ./gradlew clean build javadoc 15 16This will do a full clean build, run all tests and (if 17successful) package up a distribution. The resulting builds 18reside in the 'build' directory. 19 20