allwinner_a64/android/external/hamcrest/BUILDING.txt
2018-08-08 16:14:42 +08:00

19 lines
529 B
Text

**********************
********************* 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.