Skip to content

Commit

Permalink
Remove cacheability of the classpath inspector
Browse files Browse the repository at this point in the history
Since it's not worth it (see #918 (comment))
  • Loading branch information
melix committed Jan 30, 2024
1 parent 4e059a0 commit 69741cc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
import org.gradle.api.DefaultTask;
import org.gradle.api.file.ConfigurableFileCollection;
import org.gradle.api.file.RegularFileProperty;
import org.gradle.api.tasks.CacheableTask;
import org.gradle.api.tasks.InputFiles;
import org.gradle.api.tasks.Input;
import org.gradle.api.tasks.InputFiles;
import org.gradle.api.tasks.Internal;
import org.gradle.api.tasks.OutputFile;
import org.gradle.api.tasks.PathSensitive;
Expand All @@ -34,7 +33,6 @@
import java.util.Set;
import java.util.stream.Collectors;

@CacheableTask
public abstract class ApplicationClasspathInspector extends DefaultTask {
@InputFiles
@PathSensitive(PathSensitivity.RELATIVE)
Expand Down

0 comments on commit 69741cc

Please sign in to comment.