1 Star 0 Fork 0

sixliu/elasticsearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GRADLE.CHEATSHEET 343 Bytes
一键复制 编辑 原始数据 按行查看 历史
Britta Weber 提交于 2016-09-21 15:32 . install -> publishToMavenLocal
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sixliu/elasticsearch.git
git@gitee.com:sixliu/elasticsearch.git
sixliu
elasticsearch
elasticsearch
master

搜索帮助