Remove Gradle cheatsheet

We are long past the Maven to Gradle transition, and Gradle is
commonplace enough these days that we do not need to devote a top-level
file on a Gradle cheatsheet.

Relates #28113
This commit is contained in:
Jason Tedor 2018-01-06 08:49:56 -05:00 committed by GitHub
parent d712f581ca
commit 86ee5523f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
As a quick helper, below are the equivalent commands from Maven to Gradle
(TESTING.md has also been updated). You can also run `./gradlew tasks` to see
all tasks that are available to run.
clean -> clean
test -> test
verify -> check
verify -Dskip.unit.tests -> integTest
package -DskipTests -> assemble
install -DskipTests -> publishToMavenLocal