Gradle Operations TODEPLETE: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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

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