Well, technically, gradle is a java program, so it's natural to choose java for writing the plugins. The guide says "You can implement a custom plugin in any language you like, provided the implementation ends up compiled as bytecode. For the examples here, we are going to use Groovy as the...