aosp12/external/hamcrest/BUILDING.txt

20 lines
529 B
Plaintext
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
**********************
********************* 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.