The Gradle TestKit (a.k.a. just TestKit) is a library that aids in testing Gradle plugins and build logic generally. At this time, it is focused on functional testing. That is, testing build logic by exercising it as part of a programmatically executed build. Over time, the TestKit will likely expand to facilitate other kinds of tests.| docs.gradle.org
Publishing a plugin is the primary way to make it available for others to use.| docs.gradle.org
If you’re implementing a custom task as a class, then it takes just two steps to make it work with incremental build:| docs.gradle.org
Gradle comes with a set of powerful core systems such as dependency management, task execution, and project configuration.| docs.gradle.org