Class IncrementalCompileOptions
java.lang.Object
org.gradle.api.tasks.scala.IncrementalCompileOptions
- All Implemented Interfaces:
Serializable
Options for incremental compilation of Scala code. Only used for compilation with Zinc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the file path where results of code analysis are to be stored.Returns the directory or archive path by which the code produced by this task is published to otherScalaCompiletasks.voidsetAnalysisFile(File analysisFile) Sets the file path where results of code analysis are to be stored.voidsetPublishedCode(File publishedCode) Sets the directory or archive path by which the code produced by this task is published to otherScalaCompiletasks.
-
Constructor Details
-
IncrementalCompileOptions
public IncrementalCompileOptions()
-
-
Method Details
-
getAnalysisFile
Returns the file path where results of code analysis are to be stored. -
setAnalysisFile
Sets the file path where results of code analysis are to be stored. -
getPublishedCode
-
setPublishedCode
Sets the directory or archive path by which the code produced by this task is published to otherScalaCompiletasks.
-