Interface ToolsExtension

All Superinterfaces:
ExtensionAware

@Experimental public sealed interface ToolsExtension extends ExtensionAware
This extension can be optionally enabled by implementing plugins to allow buildscript authors to drop-in replace, or otherwise customize, the tools that are used by this plugin.
  • Method Details

    • configure

      void configure(String name, Action<? super Tool.Definition> action)
      Configures the definition of the given tool by its name.
      Parameters:
      name - The name of the tool to configure the definition for
      action - The configuring action