Skip to content

Commit

Permalink
Mark the getIdeHookState prop as optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Oct 24, 2024
1 parent cfe1058 commit f80e923
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.gradle.api.tasks.CacheableTask;
import org.gradle.api.tasks.Input;
import org.gradle.api.tasks.Internal;
import org.gradle.api.tasks.Optional;
import org.gradle.api.tasks.TaskAction;
import org.gradle.work.ChangeType;
import org.gradle.work.FileChange;
Expand All @@ -49,6 +50,7 @@
@CacheableTask
public abstract class SpotlessTaskImpl extends SpotlessTask {
@Input
@Optional
abstract Property<IdeHook.State> getIdeHookState();

@Internal
Expand Down

0 comments on commit f80e923

Please sign in to comment.