You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/ValidateTransportVersionReferencesTask.java
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
importjava.io.IOException;
24
24
importjava.nio.file.Files;
25
25
importjava.nio.file.Path;
26
+
importjava.util.function.Predicate;
26
27
27
28
/**
28
29
* Validates that each transport version named reference has a constant definition.
@@ -41,19 +42,24 @@ public abstract class ValidateTransportVersionReferencesTask extends DefaultTask
0 commit comments