Gradle Operations TODEPLETE

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

projects

gradle projects

tasks

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