api / org.gradle.api.tasks.scala / IncrementalCompileOptions

IncrementalCompileOptions

@Incubating open class IncrementalCompileOptions : Serializable

Options for incremental compilation of Scala code. Only used for compilation with Zinc.

Constructors

<init>

IncrementalCompileOptions()

Options for incremental compilation of Scala code. Only used for compilation with Zinc.

Functions

getAnalysisFile

open fun getAnalysisFile(): File

Returns the file path where results of code analysis are to be stored.

getPublishedCode

open fun getPublishedCode(): File

Returns the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.

setAnalysisFile

open fun setAnalysisFile(analysisFile: File): Unit

Sets the file path where results of code analysis are to be stored.

setPublishedCode

open fun setPublishedCode(publishedCode: File): Unit

Sets the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.