public class ScalaPlugin extends GroovyObjectSupport implements Plugin<Project>
A Plugin
which sets up a Scala project.
ScalaBasePlugin
Modifier and Type | Field and Description |
---|---|
static String |
SCALA_DOC_TASK_NAME |
Constructor and Description |
---|
ScalaPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project project)
Apply this plugin to the given target object.
|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
public static final String SCALA_DOC_TASK_NAME