Gradle Operations TODEPLETE: Difference between revisions
Jump to navigation
Jump to search
(→build) |
|||
Line 15: | Line 15: | ||
Build without tests: | Build without tests: | ||
gradle build -x test | gradle build -x test | ||
gradle build -x :''some-project'':test | |||
===projects=== | ===projects=== |
Revision as of 23:21, 25 April 2018
Internal
Overview
Command-Line Interface
Tasks
build
Build without tests:
gradle build -x test gradle build -x :some-project:test
projects
gradle projects
tasks
gradle <project-path>:tasks
gradle :module1:tasks