Class IncrementalCompileOptions


  • public class IncrementalCompileOptions
    extends Object
    Options for incremental compilation of Scala code. Only used for compilation with Zinc. This is not sent to the compiler daemon as options.
    • Constructor Detail

      • IncrementalCompileOptions

        @Inject
        public IncrementalCompileOptions​(ObjectFactory objectFactory)
    • Method Detail

      • getPublishedCode

        @Internal
        public RegularFileProperty getPublishedCode()
        Returns the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.