Package org.gradle.language.jvm.plugins
Class JvmResourcesPlugin
- java.lang.Object
-
- org.gradle.language.jvm.plugins.JvmResourcesPlugin
-
public class JvmResourcesPlugin extends Object implements Plugin<Project>
Plugin for packaging JVM resources. Applies theComponentModelBasePlugin. Registers "resources" language support with theJvmResourceSet.
-
-
Constructor Summary
Constructors Constructor Description JvmResourcesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Project project)Apply this plugin to the given target object.
-