blob: 8d6ee824e8ed318529630d7e301ec73f4ed65cc3 [file] [log] [blame]
Paul Duffinc1dbb442017-01-20 15:04:28 +00001 **********************
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