File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public abstract class CopyRestTestsTask extends DefaultTask {
5656 private FileCollection coreConfig ;
5757 private FileCollection xpackConfig ;
5858 private FileCollection additionalConfig ;
59- private SerializableCopyRestTestsTaskFunction <FileCollection , FileTree > coreConfigToFileTree = FileCollection ::getAsFileTree ;
59+ private SerializableFunction <FileCollection , FileTree > coreConfigToFileTree = FileCollection ::getAsFileTree ;
6060 private SerializableFunction <FileCollection , FileTree > xpackConfigToFileTree = FileCollection ::getAsFileTree ;
6161 private SerializableFunction <FileCollection , FileTree > additionalConfigToFileTree = FileCollection ::getAsFileTree ;
6262
You can’t perform that action at this time.
0 commit comments