aboutsummaryrefslogtreecommitdiff
path: root/bigtop-data-generators/bigtop-location-data/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-data-generators/bigtop-location-data/README.md')
-rw-r--r--bigtop-data-generators/bigtop-location-data/README.md26
1 files changed, 1 insertions, 25 deletions
diff --git a/bigtop-data-generators/bigtop-location-data/README.md b/bigtop-data-generators/bigtop-location-data/README.md
index 9aff06f9..b61eeb03 100644
--- a/bigtop-data-generators/bigtop-location-data/README.md
+++ b/bigtop-data-generators/bigtop-location-data/README.md
@@ -23,28 +23,4 @@ data model.
Building and Testing
--------------------
-We use the Gradle build system for the BPS data generator so you'll need
-to install Gradle on your system.
-Once that's done, you can use gradle to run the included unit tests
-and build the data generator jar.
-
-To build:
-
- $ gradle build
-
-This will create several directories and a jar located at:
-
- build/libs/bigtop-location-data-1.1.0-SNAPSHOT.jar
-
-Building automatically runs the included unit tests. If you would prefer
-to just run the unit tests, you can do so by:
-
- $ gradle test
-
-To clean up the build files, run:
-
- $ gradle clean
-
-To install a jar into your local maven repository:
-
- $ gradle install
+This project is part of a Gradle multi-project build -- please see the parent directory for build instructions.