Gradle Operations TODEPLETE: Difference between revisions

From NovaOrdis Knowledge Base
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}}


==Commands==
==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

https://docs.gradle.org/current/userguide/command_line_interface.html

Tasks

build

Build without tests:

gradle build -x test 

projects

gradle projects

tasks

gradle <project-path>:tasks
gradle :module1:tasks