Skip to content

Commit

Permalink
Migrate a few more references to Maven from our README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swegner committed Apr 11, 2018
1 parent 6dafb81 commit d7b660f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## Status

[![Build Status](https://builds.apache.org/buildStatus/icon?job=beam_PostCommit_Java_MavenInstall)](https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/)
[![Build Status](https://builds.apache.org/buildStatus/icon?job=beam_PostCommit_Java_GradleBuild)](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild)
[![Coverage Status](https://coveralls.io/repos/github/apache/beam/badge.svg?branch=master)](https://coveralls.io/github/apache/beam?branch=master)

## Overview
Expand Down Expand Up @@ -77,12 +77,11 @@ in your system. In a Debian-based distribution:
```
sudo apt-get install \
openjdk-8-jdk \
maven \
python-setuptools \
python-pip
```

Then please use the standard `mvn clean install` command.
Then please use the standard `./gradlew build` command.

### Spark Runner

Expand Down

0 comments on commit d7b660f

Please sign in to comment.