Gradle Operations TODEPLETE: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
{{External|https://docs.gradle.org/current/userguide/command_line_interface.html}} | {{External|https://docs.gradle.org/current/userguide/command_line_interface.html}} | ||
== | ==Tasks== | ||
===build=== | ===build=== | ||
Build without tests: | |||
gradle build -x test | |||
===projects=== | ===projects=== |
Revision as of 23:19, 25 April 2018
Internal
Overview
Command-Line Interface
Tasks
build
Build without tests:
gradle build -x test
projects
gradle projects
tasks
gradle <project-path>:tasks
gradle :module1:tasks