summaryrefslogtreecommitdiff
path: root/GRADLE.CHEATSHEET
blob: 2c9c34fe1b512b312d429012a0880ce72b3b2718 (plain)
1
2
3
4
5
6
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 -> publishToMavenLocal