Gradle Operations TODEPLETE

From NovaOrdis Knowledge Base
Revision as of 23:21, 25 April 2018 by Ovidiu (talk | contribs) (→‎build)
Jump to navigation Jump to search

Internal

Overview

Command-Line Interface

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

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