Package org.gradle.language.jvm.plugins
Class JvmResourcesPlugin
- java.lang.Object
-
- org.gradle.language.jvm.plugins.JvmResourcesPlugin
-
@Incubating 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 void
apply(Project project)
Apply this plugin to the given target object.
-