Class JvmEcosystemPlugin

  • All Implemented Interfaces:
    Plugin<Project>

    public abstract class JvmEcosystemPlugin
    extends java.lang.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:
    Java plugin reference
    • Method Detail

      • 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