From c99da08baca5a6f32bc1a11f330c5e06a43777b4 Mon Sep 17 00:00:00 2001 From: timmycheng Date: Mon, 22 Jul 2019 19:56:14 +0800 Subject: [PATCH] Add build info to README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 38bb70947cd1..76e9ac2925cc 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ Community discussions happen primarily on the [dev mailing list][dev-list] or on Iceberg is built using Gradle 5.2.1. +* To invoke a build and run tests: `./gradlew build` +* To skip tests: `./gradlew build -x test` + Iceberg table support is organized in library modules: * `iceberg-common` contains utility classes used in other modules