Home | History | Annotate | Download | only in hamcrest
      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 
     13 Execute the default ant target:
     14   ./gradlew clean build javadoc
     15 
     16 This will do a full clean build, run all tests and (if
     17 successful) package up a distribution. The resulting builds
     18 reside in the 'build' directory.
     19 
     20