ScalaBasePlugin

abstract class ScalaBasePlugin : Plugin<T>

A Plugin which compiles and tests Scala sources.

See also

<a href="https://docs.gradle.org/current/userguide/scala_plugin.html">Scala plugin reference</a>

Constructors

Link copied to clipboard
@Inject
constructor(objectFactory: ObjectFactory, jvmPluginServices: JvmPluginServices, dependencyFactory: DependencyFactory)

Properties

Link copied to clipboard
val DEFAULT_ZINC_VERSION: String = "1.12.0"
Default Scala Zinc compiler version
val SCALA_COMPILER_PLUGINS_CONFIGURATION_NAME: String = "scalaCompilerPlugins"
Configuration for scala compiler plugins.
Link copied to clipboard
val SCALA_RUNTIME_EXTENSION_NAME: String = "scalaRuntime"
Link copied to clipboard
val ZINC_CONFIGURATION_NAME: String = "zinc"

Functions

Link copied to clipboard
open fun apply(project: Project)