https://github.com/msdx/gradledoc
本文翻译所在分支:
https://github.com/msdx/gradledoc/tree/2.0 。
另外,Android 手机用户可通过我写的一个程序浏览文档,带缓存功能的,目前0.6开发中版本兼容 Android 2.3以上系统,项目地址如下:
https://github.com/msdx/gradle-doc-apk
翻译不易,转载请注明本文在CSDN博客上的出处:
http://blog.csdn.net/maosidiaoxian/article/details/76228288
我们很高兴向大家介绍Gradle,一个我们认为在Java(JVM)世界的构建技术上富有突破性的构建系统。它提供了:
We would like to introduce Gradle to you, a build system that we think is a quantum leap for build technology in the Java (JVM) world. Gradle provides:
-
一个像Ant一样非常灵活而通用的构建工具。
A very flexible general purpose build tool like Ant.
-
按Maven的方式的基于约定的框架。但我们从不会去限定你,它是可切换的。
Switchable, build-by-convention frameworks a la Maven. But we never lock you in!
-
非常强大的多项目构建支持。
Very powerful support for multi-project builds.
-
(基于Apache Ivy的)非常强大的依赖管理。
Very powerful dependency management (based on Apache Ivy).
-
完全支持已有的Maven或Ivy仓库结构。
Full support for your existing Maven or Ivy repository infrastructure.
-
支持传递性依赖管理,而不需要远程仓库或是
pom.xml以及ivy.xml文件。Support for transitive dependency management without the need for remote repositories or
pom.xmlandivy.xmlfiles. -
Ant 任务和构建是Gradle的第一公民。
Ant tasks and builds as first class citizens.
-
使用Groovy 语言的构建脚本。
Groovy build scripts.
-
丰富的领域模型来描述您的构建。
A rich domain model for describing your build.