OpenSearch/GRADLE.CHEATSHEET

10 lines
346 B
Plaintext
Raw Normal View History

As a quick helper, below are the equivalent commands from Maven to Gradle
(TESTING.md has also been updated). You can also run `./gradlew tasks` to see
all tasks that are available to run.
2015-10-30 23:07:40 -04:00
clean -> clean
test -> test
verify -> check
verify -Dskip.unit.tests -> integTest
package -DskipTests -> assemble
2016-09-21 09:32:45 -04:00
install -DskipTests -> publishToMavenLocal