Package org.gradle.api.plugins.scala
Class ScalaBasePlugin
- java.lang.Object
-
- org.gradle.api.plugins.scala.ScalaBasePlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
SCALA_RUNTIME_EXTENSION_NAME
static String
ZINC_CONFIGURATION_NAME
-
Constructor Summary
Constructors Constructor Description ScalaBasePlugin(org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory)
-
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.
-
-
-
Field Detail
-
ZINC_CONFIGURATION_NAME
public static final String ZINC_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
SCALA_RUNTIME_EXTENSION_NAME
public static final String SCALA_RUNTIME_EXTENSION_NAME
- See Also:
- Constant Field Values
-
-