Gradle是一个构建工具,重点是构建自动化和支持多语言开发。 如果您在任何平台上构建、测试、发布和部署软件,Gradle提供了一个灵活的模型,可以支持从编译和打包代码到发布网站的整个开发生命周期。 Gradle旨在支持包括Java、Scala、Android、C/C++和Groovy在内的多种语言和平台的构建自动化,并与开发工具和包括Eclipse、IntelliJ和Jenkins在内的持续集成服务器紧密集成。
Gradle
Gradle是一个构建工具,重点是构建自动化和支持多语言开发。(Gradle is a build tool with a focus on build automation and support for multi-language development. )
Github星跟蹤圖
主要指標
- 概覽
-
名稱與所有者 gradle/gradle 主編程語言 Groovy 編程語言 Groovy (語言數: 14) 平台 許可證 Apache License 2.0 - 所有者活动
-
創建於 2009-09-09 18:27:19 推送於 2025-04-20 12:30:00 最后一次提交 2025-04-19 21:26:32 發布數 739 最新版本名稱 v8.14.0-RC2 (發布於 ) 第一版名稱 REL-0.1 (發布於 2008-04-21 19:58:14) - 用户参与
-
星數 17.5k 關注者數 526 派生數 4.9k 提交數 123.7k 已啟用問題? 問題數 14098 打開的問題數 2957 拉請求數 15331 打開的拉請求數 160 關閉的拉請求數 2998 - 项目设置
-
已啟用Wiki? 已存檔? 是復刻? 已鎖定? 是鏡像? 是私有?
Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins.
For more information about Gradle, please visit: https://gradle.org
This project adheres to the Gradle Code of Conduct. By participating, you are expected to uphold this code.
Downloading
You can download released versions and nightly build artifacts from: https://gradle.org/downloads
Installing from source
To create an install from the source tree you can run either of the following:
./gradlew install -Pgradle_installPath=/usr/local/gradle-source-build
This will create a minimal installation; just what's needed to run Gradle (i.e. no docs).
You can then build a Gradle based project with this installation:
/usr/local/gradle-source-build/bin/gradle «some task»
To create a full installation (includes docs):
./gradlew installAll -Pgradle_installPath=/usr/local/gradle-source-build
Contributing
If you're looking to contribute to Gradle or provide a patch/pull request, you can find more info here.