Gradle in Action's front cover

Gradle in Action

Paperback
Rs 7821
Currently not available.
Request this book.
Genre:Computer Science
Language : English
Published: March 09, 2014
Edition:6th
Paperback
ISBN13:9781617291302
ISBN10:1617291307
Dimensions:7.38 x 9.25 x 1.1 inches
Weight:804 g

About the Book

Summary

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.

About the Book

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 establish an effective build process for a full-fledged, real-world project. Along the way, it covers 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.

The book assumes a basic background in Java, but no knowledge of Groovy.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

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

About the Author

Benjamin Muschko is a member of the Gradleware engineering team and the author of several popular Gradle plugins.

Table of Contents
  1. PART 1 INTRODUCING GRADLE
  2. Introduction to project automation
  3. Next-generation builds with Gradle
  4. Building a Gradle project by example
  5. PART 2 MASTERING THE FUNDAMENTALS
  6. Build script essentials
  7. Dependency management
  8. Multiproject builds
  9. Testing with Gradle
  10. Extending Gradle
  11. Integration and migration
  12. PART 3 FROM BUILD TO DEPLOYMENT
  13. IDE support and tooling
  14. Building polyglot projects
  15. Code quality management and monitoring
  16. Continuous integration
  17. Artifact assembly and publishing
  18. Infrastructure provisioning and deployment