Book description
If you’re familiar with Gradle’s basics elements—possibly through the author’s previous O’Reilly book, Building and Testing with Gradle—this more advanced guide provides the recipes, techniques, and syntax to help you master this build automation tool. With clear, concise explanations and lots of ready-to-use code examples, you’ll explore four discrete areas of Gradle functionality: file operations, custom Gradle plugins, build lifecycle hooks, and dependency management.
Learn how to use Gradle’s rich set of APIs and Groovy-based Domain Specific Language to customize build software that actually conforms to your product. By using the techniques in this book, you’ll be able to write domain-specific builds that support every other line of code your team creates.
- Examine Gradle’s file API, including copy tasks, pattern matching, content filtering, and the FileCollection interface
- Understand the process for building and packaging a custom Gradle plug-in
- Manage build complexity with hook methods and Gradle’s rule feature
- Learn how Gradle handles dependency management natively and through customization
- Explore Gradle’s core plug-ins as well as key examples from the Gradle community
Publisher resources
Table of contents
- Gradle Beyond the Basics
- Preface
- 1. File Operations
- 2. Custom Plug-Ins
- 3. Build Hooks
- 4. Dependency Management
- Afterword
- About the Author
- Colophon
- Copyright
Product information
- Title: Gradle Beyond the Basics
- Author(s):
- Release date: July 2013
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449373825
You might also like
book
Gradle Essentials
Master the fundamentals of Gradle using real-world projects with this quick and easy-to-read guide About This …
book
Gradle Recipes for Android
Android adopted Gradle as the preferred build automation system a few years ago, but many Android …
book
Gradle Effective Implementations Guide - Second Edition
A comprehensive guide to get up and running with build automation using Gradle About This Book …
book
Gradle Dependency Management
Learn how to use Gradle's powerful dependency management through extensive code samples, and discover how to …