Skip to content

Commit

Permalink
Improve build-cache support
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Aug 19, 2024
1 parent 48d2723 commit b78c34e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
import org.gradle.api.DefaultTask;
import org.gradle.api.file.ConfigurableFileCollection;
import org.gradle.api.file.FileSystemOperations;
import org.gradle.api.file.ProjectLayout;
import org.gradle.api.file.RegularFileProperty;
import org.gradle.api.internal.file.FileOperations;
import org.gradle.api.provider.ListProperty;
import org.gradle.api.provider.Property;
import org.gradle.api.tasks.Optional;
Expand Down Expand Up @@ -45,9 +43,6 @@ public abstract class LombokConfig extends DefaultTask implements LombokTask {
@Inject
protected abstract FileSystemOperations getFileSystemOperations();

@Inject
protected abstract ProjectLayout getProjectLayout();

@Inject
protected abstract ExecOperations getExecOperations();

Expand Down

0 comments on commit b78c34e

Please sign in to comment.