Class JvmResourcesPlugin

java.lang.Object
org.gradle.language.jvm.plugins.JvmResourcesPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class JvmResourcesPlugin extends Object implements Plugin<Project>
Plugin for packaging JVM resources. Applies the ComponentModelBasePlugin. Registers "resources" language support with the JvmResourceSet.
  • Constructor Details

    • JvmResourcesPlugin

      public JvmResourcesPlugin()
  • 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