以下是Gradle的一些基础的教程介绍,来帮助你快速入门。
The following tutorials introduce some of the basics of Gradle, to help you get started.
介绍如何安装Gradle。
Describes how to install Gradle.
介绍了基本的构建脚本元素:项目 和 任务。
Introduces the basic build script elements: projects and tasks.
说明了对于Java项目如何使用Gradle的基于约定的构建支持。
Shows how to start using Gradle's build-by-convention support for Java projects.
介绍了如何开始使用Gradle的依赖管理。
Shows how to start using Gradle's dependency management.
使用Gradle对于Groovy项目的基于约定的构建的支持。
Using Gradle's build-by-convention support for Groovy projects.
使用Gradle对于Web应用的基于约定的构建的支持。
Using Gradle's build-by-convention support for Web applications.