tldr-pages/tldr

Let's document: gradle

開放

#19,101 建立於 2025年10月29日

 (5 則留言) (0 個反應) (0 位負責人)Markdown (5,377 個分叉)batch import
help wantedlet's documentnew command

倉庫指標

星標
 (63,410 顆星)
PR 合併指標
 (平均合併 7天 5小時) (30 天內合併 321 個 PR)

描述

Command description

Gradle is a build tool for managing dependencies, plugins, and project automation. It includes many CLI commands with various flags and options. Documenting these commands will help new learners understand Gradle quickly and provide a single reference point for experienced users as a refresher.

Documentation

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

Platform

Common

VCS repository link (e.g. GitHub, GitLab)

https://github.com/gradle/gradle

Additional information

No response

Commands

  • gradle - #495

Standard (Core)

  • build - #19273
  • clean - #20558
  • dependencies - #20558
  • dependencyInsight - #20558
  • init - #20558
  • projects - #20558
  • properties - #20558
  • tasks - #20558
  • test - #20558
  • wrapper - #20558

Java Plugin

  • assemble
  • check
  • classes
  • compileJava
  • jar
  • javadoc

Application Plugin

  • installDist
  • run

Publishing

  • publish
  • publishToMavenLocal

Android Plugin

  • assembleDebug
  • assembleRelease
  • connectedAndroidTest
  • installDebug
  • lint

Spring Boot Plugin

  • bootBuildImage
  • bootJar
  • bootRun
  • bootWar

貢獻者指南