EBOOK

Gradle in Action

Benjamin Muschko
(0)
Pages
480
Year
2014
Language
English

About

Gradle in Action is a comprehensive guide to end-to-end project automation with Gradle. Starting with the basics, this practical, easy-to-read book discusses how to build a full-fledged, real-world project. Along the way, it touches on advanced topics like testing, continuous integration, and monitoring code quality. You'll also explore tasks like setting up your target environment and deploying your software.

About the Technology

Gradle is a general-purpose build automation tool. It extends the usage patterns established by its forerunners, Ant and Maven, and allows builds that are expressive, maintainable, and easy to understand. Using a flexible Groovy-based DSL, Gradle provides declarative and extendable language elements that let you model your project's needs the way you want.

Whats Inside
• A comprehensive guide to Gradle
• Practical, real-world examples
• Transitioning from Ant and Maven
• In-depth plugin development
• Continuous delivery with Gradle

Table of Contents
PART 1 INTRODUCING GRADLE
• Introduction to project automation
• Next-generation builds with Gradle
• Building a Gradle project by example. PART 2 MASTERING THE FUNDAMENTALS
• Build script essentials
• Dependency management
• Multiproject builds
• Testing with Gradle
• Extending Gradle
• Integration and migration. PART 3 FROM BUILD TO DEPLOYMENT
• IDE support and tooling
• Building polyglot projects
• Code quality management and monitoring
• Continuous integration
• Artifact assembly and publishing
• Infrastructure provisioning and deployment

Related Subjects

Artists