mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
add equivalent gradle commands
This commit is contained in:
parent
373dee4b5e
commit
77b030d088
7
GRADLE.CHEATSHEET
Normal file
7
GRADLE.CHEATSHEET
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user