Gradle in Action
eBook - ePub

Gradle in Action

  1. 480 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Gradle in Action

About this 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
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

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Gradle in Action by Benjamin Muschko in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Gradle in Action
  2. Copyright
  3. Brief Table of Contents
  4. Table of Contents
  5. front matter
  6. Part 1. Introducing Gradle
  7. Chapter 1. Introduction to project automation
  8. Chapter 2. Next-generation builds with Gradle
  9. Chapter 3. Building a Gradle project by example
  10. Part 2. Mastering the fundamentals
  11. Chapter 4. Build script essentials
  12. Chapter 5. Dependency management
  13. Chapter 6. Multiproject builds
  14. Chapter 7. Testing with Gradle
  15. Chapter 8. Extending Gradle
  16. Chapter 9. Integration and migration
  17. Part 3. From build to deployment
  18. Chapter 10. IDE support and tooling
  19. Chapter 11. Building polyglot projects
  20. Chapter 12. Code quality management and monitoring
  21. Chapter 13. Continuous integration
  22. Chapter 14. Artifact assembly and publishing
  23. Chapter 15. Infrastructure provisioning and deployment
  24. Appendix A. Driving the command line
  25. Appendix B. Groovy for Gradle users
  26. Index
  27. List of Figures
  28. List of Tables
  29. List of Listings