Class JvmEcosystemPlugin

java.lang.Object
org.gradle.api.plugins.JvmEcosystemPlugin
All Implemented Interfaces:
Plugin<Project>

public abstract class JvmEcosystemPlugin extends Object implements Plugin<Project>
A base plugin for projects working in a JVM world. This plugin will configure the JVM attributes schema, setup resolution rules and create the source set container.
Since:
6.7
See Also:
  • Constructor Details

  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object