Incremental Compile Options
Options for incremental compilation of Scala code. Only used for compilation with Zinc. This is not sent to the compiler daemon as options.
Functions
Link copied to clipboard
Returns the file path where results of code analysis are to be stored.
Link copied to clipboard
Returns the path to the directory where previously generated class files are backed up during the next, incremental compilation.
Link copied to clipboard
Returns the directory or archive path by which the code produced by this task is published to other
ScalaCompile tasks.