@Incubating public class IncrementalCompileOptions extends Object
Constructor and Description |
---|
IncrementalCompileOptions(ProjectLayout objectFactory) |
Modifier and Type | Method and Description |
---|---|
RegularFileProperty |
getAnalysisFile()
Returns the file path where results of code analysis are to be stored.
|
RegularFileProperty |
getPublishedCode()
Returns the directory or archive path by which the code produced by this task
is published to other
ScalaCompile tasks. |
@Inject public IncrementalCompileOptions(ProjectLayout objectFactory)
@LocalState public RegularFileProperty getAnalysisFile()
@Internal public RegularFileProperty getPublishedCode()
ScalaCompile
tasks.