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 java.lang.String
DEFAULT_ZINC_VERSION
Default Scala Zinc compiler versionstatic java.lang.String
SCALA_COMPILER_PLUGINS_CONFIGURATION_NAME
Configuration for scala compiler plugins.static java.lang.String
SCALA_RUNTIME_EXTENSION_NAME
static java.lang.String
ZINC_CONFIGURATION_NAME
-
Constructor Summary
Constructors Constructor Description ScalaBasePlugin(ObjectFactory objectFactory, org.gradle.api.plugins.jvm.internal.JvmPluginServices jvmPluginServices)
-
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
-
DEFAULT_ZINC_VERSION
public static final java.lang.String DEFAULT_ZINC_VERSION
Default Scala Zinc compiler version- Since:
- 6.0
- See Also:
- Constant Field Values
-
ZINC_CONFIGURATION_NAME
public static final java.lang.String ZINC_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
SCALA_RUNTIME_EXTENSION_NAME
public static final java.lang.String SCALA_RUNTIME_EXTENSION_NAME
- See Also:
- Constant Field Values
-
SCALA_COMPILER_PLUGINS_CONFIGURATION_NAME
public static final java.lang.String SCALA_COMPILER_PLUGINS_CONFIGURATION_NAME
Configuration for scala compiler plugins.- Since:
- 6.4
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ScalaBasePlugin
@Inject public ScalaBasePlugin(ObjectFactory objectFactory, org.gradle.api.plugins.jvm.internal.JvmPluginServices jvmPluginServices)
-
-