Quote by Anonymous
““Gradle distinguishes two types of plugins: script plugins and object plugins. A script plugin is nothing more than a regular Gradle build script that can be imported into other build scripts. With script plugins, you can do everything you’ve learned so far. Object plugins need to implement the interface org.gradle.api.Plugin.””