Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Introducing Gradle

Posted By: naag
Introducing Gradle

Balaji Varanasi , Sudha Belida, "Introducing Gradle"
Apress | English | December 23, 2015 | ISBN-10: 1484210328 | PDF/Epub | 152 Pages | 3 MB + 2 MB


This concise book is a quick-start primer on the Gradle build automation tool. It provides a general introduction to Gradle, including how to set it up and the basics of Groovy, the language used for creating Gradle build files. The book also provides practical guides to writing tasks and actions and to understanding the build life cycle. Furthermore, it takes you step-by-step through the creation and use of a custom plugin.

After reading and using Introducing Gradle, you will have an understanding of Gradle’s dependency management and how single and multi-projects are structured and configured. It also teaches you how to use Gradle for publishing artifacts to local and Nexus remote repositories. Finally, the book covers Jenkins support for Gradle.

What you’ll learn

What Gradle is and how it compares with Ant, Maven, and more
How to set up and test Gradle
Basic Groovy language features
What tasks and projects are
How to use out-of-the-box plugins and create custom ones
Dependency management with Gradle
How to publish artifacts to local and remote repositories
How to configure Jenkins to work with Gradle
How multi-projects are organized