Browse Source

add equivalent gradle commands

Robert Muir 10 years ago
parent
commit
77b030d088
1 changed files with 7 additions and 0 deletions
  1. 7 0
      GRADLE.CHEATSHEET

+ 7 - 0
GRADLE.CHEATSHEET

@@ -0,0 +1,7 @@
+As a quick helper, below are the equivalent commands from maven to gradle (TESTING.md has also been updated). You can also run "gradle 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 -> install