Idiomatic Gradle Plugins
Idiomatic Gradle Plugins
25 Recipes for Authors
About the Book
A key consideration when writing a plugin is aesthetics and readability. The DSL must read like a description,not appear to be someone writing a Groovy program. This leads to easier adoption of both the plugin and Gradle in general as a build tool. This form of expressiveness sometimes referred to a being `gradlesque`, is key to producing a good plugin. All of the idioms in this book are presented in Groovy. Although it is possible to write plugins in other JVM languages, Groovy providesthe easiest and most readable medium for implementing plugins. This book also assumes a minimum Gradle version of 2.0 and that the reader can program in Groovy. All examples in the book have been tested with all major Gradle releases from 2.0 through to the latest 4.x release.
Bundles that include this book
Table of Contents
-
- Preface
-
Getting Started
- Basic Build Script
- Build for Wide Gradle Compatibility
- Avoiding Groovy Version Mismatch
- Maintain JDK Compatibility
- Change transitive dependency of plugin
-
Testing Plugins
- Disable Network Tests When Offline
- Compatibility Testing
-
Expressive Task Configuration
- Expressive Single File
- Collection of Files
- Collection of Strings
- Property Maps
- Advanced Property Maps
- Include Files Using Patterns
-
Plugin Dependencies
- Allow user to override specific version of underlying in-process library
- Default Repositories
-
Working with SourceSets
- Add Generated Files to Existing JVM Sourceset
- Add Source Set for Existing JVM Language
-
Adding New JVM Languages
- Add SourceSet Support for JVM Language
- Add Assemble Task Support for JVM Language
- Add Source Layout Conventions for JVM Language
- Add Documentation Task for JVM Language
-
Miscellaneous
- Create Safe Filenames From Inputs
- Honour Offline
- Self-referencing plugin
- Operating System
- Bibliography
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
80% Royalties. Earn $16 on a $20 book.
We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $12 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them