Class SpotlessTaskService

  • All Implemented Interfaces:
    AutoCloseable, org.gradle.api.services.BuildService<org.gradle.api.services.BuildServiceParameters.None>, OperationCompletionListener

    public abstract class SpotlessTaskService
    extends Object
    implements org.gradle.api.services.BuildService<org.gradle.api.services.BuildServiceParameters.None>, AutoCloseable, OperationCompletionListener
    Allows the check and apply tasks to coordinate with each other (and the source task) to reduce duplicated work (e.g. no need for check to run if apply already did).