org.gradle.api.plugins.scala
[Groovy] Class ScalaBasePlugin
java.lang.Object
org.gradle.api.plugins.scala.ScalaBasePlugin
- All Implemented Interfaces:
- Plugin
class ScalaBasePlugin
SCALA_RUNTIME_EXTENSION_NAME
static final String SCALA_RUNTIME_EXTENSION_NAME
-
SCALA_TOOLS_CONFIGURATION_NAME
static final String SCALA_TOOLS_CONFIGURATION_NAME
- The name of the configuration holding the Scala compiler and tools.
- deprecated:
- Typically, usages of scalaTools can simply be removed,
and the Scala tools libraries to be used will be inferred from the Scala
library found on the regular (compile) class path. In some cases, it may
be necessary to additionally configure the scalaClasspath property
of ScalaCompile and ScalaDoc tasks.
ZINC_CONFIGURATION_NAME
static final String ZINC_CONFIGURATION_NAME
-
ScalaBasePlugin
@Inject
ScalaBasePlugin(FileResolver fileResolver)
-
apply
void apply(Project project)
-
Gradle API 1.12