public class ScalaBasePlugin extends GroovyObjectSupport implements Plugin<Project>
A Plugin
which compiles and tests Scala sources.
Modifier and Type | Field and Description |
---|---|
static String |
SCALA_RUNTIME_EXTENSION_NAME |
static String |
ZINC_CONFIGURATION_NAME |
Constructor and Description |
---|
ScalaBasePlugin(org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project project)
Apply this plugin to the given target object.
|
static String |
getSCALA_RUNTIME_EXTENSION_NAME() |
static String |
getZINC_CONFIGURATION_NAME() |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
public static final String ZINC_CONFIGURATION_NAME
public static final String SCALA_RUNTIME_EXTENSION_NAME
@Inject public ScalaBasePlugin(org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory)
public void apply(Project project)
Plugin
public static String getZINC_CONFIGURATION_NAME()
public static String getSCALA_RUNTIME_EXTENSION_NAME()