帮助命令 :gradle --help
查看版本: gradle -v
清空所有编译: gradle clean
构建:gradle build
跳过测试构建构建: gradle build -x test
第三⽅插件 https://plugins.gradle.org/
核⼼插件 https://docs.gradle.org/current/userguide/plugin_reference.html
end
标签:插件,基础知识,构建,build,https,org,gradle From: https://www.cnblogs.com/bestzhang/p/17349459.html