Skip to content

Commit 77b030d

Browse files
committed
add equivalent gradle commands
1 parent 373dee4 commit 77b030d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

GRADLE.CHEATSHEET

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
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.
2+
clean -> clean
3+
test -> test
4+
verify -> check
5+
verify -Dskip.unit.tests -> integTest
6+
package -DskipTests -> assemble
7+
install -DskipTests -> install

0 commit comments

Comments
 (0)