Skip to content

Commit

Permalink
add equivalent gradle commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuir committed Oct 31, 2015
1 parent 373dee4 commit 77b030d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GRADLE.CHEATSHEET
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77b030d

Please sign in to comment.