Gradle in Action
Gradle in Action SummaryGradle in Action is a comprehensive guide to end-to-end project automation with Gradle. Along the way, it touches on advanced topics like testing, continuous integration, and…
Specifikacia Gradle in Action
Gradle in Action
SummaryGradle in Action is a comprehensive guide to end-to-end project automation with Gradle. Along the way, it touches on advanced topics like testing, continuous integration, and monitoring code quality. Starting with the basics, this practical, easy-to-read book discusses how to build a full-fledged, real-world project.
It extends the usage patterns established by its forerunners, Ant and Maven, and allows builds that are expressive, maintainable, and easy to understand. You'll also explore tasks like setting up your target environment and deploying your software.About the TechnologyGradle is a general-purpose build automation tool. 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 BookGradle in