[![](https://box.kancloud.cn/2015-08-19_55d45e50461e3.jpg)](https://box.kancloud.cn/2015-08-19_55d45e50461e3.jpg)
Chinese translation of the [Gradle 2 User Guide](http://www.gradle.org/docs/current/userguide/userguide.html) . The latest release of Gradle is 2.3, released on February 16, 2015.You can also see the demos of the guide [here](https://github.com/waylau/Gradle-2-User-Guide-Demos).This is a GitBook version of the book:[http://waylau.gitbooks.io/gradle-2-user-guide/](http://waylau.gitbooks.io/gradle-2-user-guide/). Let's [READ](https://github.com/waylau/Gradle-2-User-Guide/blob/master/SUMMARY.md)!
中文翻译《Gradle 2 用户指南》。Gradle 最新版本是 2.3 (发布于 2015-2-16)。文本用到的所有例子源码可以在[https://github.com/waylau/Gradle-2-User-Guide-Demos](https://github.com/waylau/Gradle-2-User-Guide-Demos) 获取到。利用业余时间对此进行翻译,并在原文的基础上,插入配图,图文并茂方便用户理解。如有勘误欢迎指正,[点此](https://github.com/waylau/Gradle-2-User-Guide/issues)提问。如有兴趣,也可以参与到本翻译工作中来 :) 另外有 GitBook 的版本方便阅读[http://waylau.gitbooks.io/gradle-2-user-guide/](http://waylau.gitbooks.io/gradle-2-user-guide/)
### [](https://github.com/waylau/Gradle-2-User-Guide#contact)Contact:
* Blog:[www.waylau.com](http://www.waylau.com/)
* Gmail: [waylau521@gmail.com](mailto:waylau521@gmail.com)
* Weibo: [waylau521](http://weibo.com/waylau521)
* Twitter: [waylau521](https://twitter.com/waylau521)
* Github : [waylau](https://github.com/waylau)
- 关于
- 第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 以及如何应对没有它