Summary

In this chapter, we discussed how to create our own enhanced task. We also saw how to add the class definition in our build file and use it directly in the build.

If we put the task definition in the buildSrc directory of a Gradle project or multi-project build, we can reuse the task in the context of the Gradle build. Also, we now have a good separation of the definition and configuration of the task.

Then, we discussed how to publish the task as an artifact to a repository. Other projects can include the task in their classpath using the buildscript{} script block. Then, we can configure and use the task in the project.

In this chapter, we also discussed how to write our own Gradle plugin. We have seen how to add a plugin class to our Gradle ...

Get Gradle Effective Implementations Guide - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.