aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-12-28 15:34:16 -0800
committerKristen Kozak <sebright@google.com>2017-12-28 19:01:58 -0800
commita8fcbc9f6908e11740d74dcd9b5259910a2ae9da (patch)
treed68244116c8378625d672b638247220ff3385e5b /CONTRIBUTING.md
parent1049f48ff933720506a70099bea8f9df23e2d993 (diff)
downloadopencensus-java-a8fcbc9f6908e11740d74dcd9b5259910a2ae9da.tar.gz
Update Gradle commands in CONTRIBUTING.md to check format.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2934d1b8..e0f69c7f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -56,8 +56,8 @@ We also follow these project-specific guidelines:
## Building opencensus-java
-Run `./gradlew clean assemble check` on OS X or Linux, or run
-`gradlew.bat clean assemble check` on Windows. This command performs the same
+Run `./gradlew clean assemble check verGJF` on OS X or Linux, or run
+`gradlew.bat clean assemble check verGJF` on Windows. This command performs the same
checks as the continuous integration build.
## Proposing changes