Gradle 为Java(JVM)世界提供快速构建的工具。提供如下功能:
* 一个非常灵活的通用构建工具,如 Ant
* 方便从 Maven 中切换过来。但我们从不强制
* 对多项目构建非常支持
* 很强的依赖性管理(基于 Apache Ivy)
* 对你现有的 Maven 或者 Ivy 库全力支持
* 支持传递依赖管理,不需要远程仓库或者 pom.xml 和 ivy.xml 文件
* Ant 的任务和构建是一等公民
* Groovy 为构建使用脚本
* 一个丰富的域模型描述你的构建
在[Chapter 2\. Overview 总览](https://github.com/waylau/Gradle-2-User-Guide/blob/master/Chapter%2002.%20Overview%20%E6%80%BB%E8%A7%88.md) 可以看到更多 Gradle 的概况。后面也有更多[教程](https://github.com/waylau/Gradle-2-User-Guide/blob/master/Chapter%2003.%20Tutorials%20%E6%95%99%E7%A8%8B.md)再等着你。
## 1.1\. About this user guide 关于本用户指南
本指南如同 Gradle 一样不断的再更新,如有勘误或者改正之处,请给本指南更多建议,可以访问[Gradle web site](http://www.gradle.org/contribute)
*译者注:对于本翻译如有勘误或者改正之处,[点此](https://github.com/waylau/Gradle-2-User-Guide/issues)提问。*
- 关于
- 第1章 Introduction 介绍
- 第2章 Overview 总览
- 第3章 Tutorials 教程
- 第4章 Installing Gradle 安装
- 第5章 Troubleshooting 问题解决
- 第6章 Build Script Basics 构建脚本的基础识
- 第7章 Java Quickstart 快速开始 Java
- 第8章 Dependency Management Basics 依赖管理的基础知识
- 第9章 Groovy Quickstart 快速开始 Groovy
- 第10章 Web Application Quickstart 快速开始 Web 应用
- 第11章 Using the Gradle Command-Line 使用 Gradle 命令行
- 第12章 Using the Gradle Graphical User Interface 使用 Gradle 图形化用户界面
- 第13章 Writing Build Scripts 编写构建脚本
- 第14章 Tutorial - 'This and That' 教程-这个那个
- 第15章 More about Tasks 更多关于任务
- 第16章 Working With Files 跟文件工作
- 第17章 Using Ant from Gradle 从 Gradle 使用 Ant
- 第18章 Logging 日志.md
- 第19章 The Gradle Daemon 守护进程
- 第20章 The Build Environment 构建环境
- 第21章 Gradle Plugins 插件
- 第22章 Standard Gradle plugins 标准 Gradle 插件
- 附录E Existing IDE Support and how to cope without it 支持的 IDE 以及如何应对没有它