Package org.gradle.api.tasks.scala
Class IncrementalCompileOptions
java.lang.Object
org.gradle.api.tasks.scala.IncrementalCompileOptions
Options for incremental compilation of Scala code. Only used for compilation with Zinc.
 This is not sent to the compiler daemon as options.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the file path where results of code analysis are to be stored.Returns the path to the directory where previously generated class files are backed up during the next, incremental compilation.Returns the directory or archive path by which the code produced by this task is published to otherScalaCompiletasks.
- 
Constructor Details- 
IncrementalCompileOptions
 
- 
- 
Method Details- 
getAnalysisFileReturns the file path where results of code analysis are to be stored.
- 
getClassfileBackupDirReturns the path to the directory where previously generated class files are backed up during the next, incremental compilation. If the compilation fails, class files are restored from the backup.- Since:
- 6.6
 
- 
getPublishedCodeReturns the directory or archive path by which the code produced by this task is published to otherScalaCompiletasks.
 
-