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/GenerateTransportVersionDefinitionTask.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@
24
24
importorg.gradle.process.ExecOperations;
25
25
importorg.gradle.process.ExecResult;
26
26
27
-
importjavax.inject.Inject;
28
27
importjava.io.ByteArrayOutputStream;
29
28
importjava.io.IOException;
30
29
importjava.nio.file.Path;
@@ -36,6 +35,8 @@
36
35
importjava.util.Set;
37
36
importjava.util.stream.Collectors;
38
37
38
+
importjavax.inject.Inject;
39
+
39
40
/**
40
41
* This task generates transport version definition files. These files
41
42
* are runtime resources that TransportVersion loads statically.
0 commit comments