API Documentation: | ScalaSourceSet |
---|
A ScalaSourceSetConvention
defines the properties and methods added to a SourceSet
by the ScalaPlugin
.
Block | Description |
scala | Configures the Scala source for this set. |
SourceDirectorySet
allScala
(read-only)
All Scala source for this source set.
- Default with
scala
plugin: [scala]
SourceDirectorySet
scala
(read-only)
The source to be compiled by the Scala compiler for this source set. This may contain both Java and Scala source files.
- Default with
scala
plugin: [
${project.projectDir}
/src/${sourceSet.name}
/scala]
Configures the Scala source for this set.
The given closure is used to configure the SourceDirectorySet
which contains the Scala source.
- Delegates to:
SourceDirectorySet
fromscala