Class EnvJsPlugin
- java.lang.Object
-
- org.gradle.plugins.javascript.envjs.EnvJsPlugin
-
-
Constructor Summary
Constructors Constructor Description EnvJsPlugin(org.gradle.process.internal.worker.WorkerProcessFactory workerProcessBuilderFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configuration
addConfiguration(ConfigurationContainer configurations, DependencyHandler dependencies, EnvJsExtension extension)
void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Method Detail
-
apply
public void apply(Project project)
Description copied from interface:Plugin
Apply this plugin to the given target object.
-
addConfiguration
public Configuration addConfiguration(ConfigurationContainer configurations, DependencyHandler dependencies, EnvJsExtension extension)
-
-