Class JsHintPlugin
- java.lang.Object
-
- org.gradle.plugins.javascript.jshint.JsHintPlugin
-
-
Constructor Summary
Constructors Constructor Description JsHintPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configuration
addConfiguration(ConfigurationContainer configurations, DependencyHandler dependencies, JsHintExtension 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, JsHintExtension extension)
-
-