All Categories
Master the fundamentals of Gradle using real-world projects with this quick and easy-to-read guideAbout This BookWrite beautiful build scripts for various types of projects effortlesslyBecome more productive by harnessing the power and elegance of the Gradle DSLLearn how to use Gradle quickly and effectively with this step-by-step guideWho This Book Is ForThis book is for Java and other JVM-based language developers who want to use Gradle or are already using Gradle on their projects.No prior knowledge of Gradle is required, but some familiarity with build-related terminologies and an understanding of the Java language would help.What You Will LearnMaster the Gradle DSL by identifying the building blocksLearn just enough Groovy for GradleSet up tests and reports for your projects to make them CI readyCreate library, stand-alone, and web projectsCraft multi-module projects quickly and efficientlyMigrate existing projects to a modern Gradle buildExtract common build logic into pluginsWrite builds for languages like Java, Groovy, and ScalaIn DetailGradle is an advanced and modern build automation tool. It inherits the best elements of the past generation of build tools, but it also differs and innovates to bring terseness, elegance, simplicity, and the flexibility to build.Right from installing Gradle and writing your first build file to creating a fully-fledged multi-module project build, this book will guide you through its topics in a step-by-step fashion.You will get your hands dirty with a simple Java project built with Gradle and go on to build web applications that are run with Jetty or Tomcat. We take a unique approach towards explaining the DSL using the Gradle API, which makes the DSL more accessible and intuitive.All in all, this book is a concise guide to