aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
blob: 8d6ee824e8ed318529630d7e301ec73f4ed65cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
                    **********************
********************* 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.