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
* This task generates transport version definition files. These files
@@ -56,8 +49,8 @@ public abstract class GenerateTransportVersionDefinitionTask extends DefaultTask
56
49
@InputDirectory
57
50
publicabstractDirectoryPropertygetTransportResourcesDirectory(); // The plugin should always set this, not optional
58
51
59
-
60
-
// assumption: this task is always run on main, so we can determine the name by diffing with main and looking for new files added in the definition directory
52
+
// assumption: this task is always run on main, so we can determine the name by diffing with main and looking for new files added in the
53
+
// definition directory
61
54
/**
62
55
* Used to set the name of the TransportVersionSet for which a data file will be generated.
63
56
*/
@@ -75,17 +68,19 @@ public abstract class GenerateTransportVersionDefinitionTask extends DefaultTask
75
68
@Option(option = "versions", description = "The minor version(s) for which to generate IDs, e.g. --versions=\"9.2,9.1\"")
0 commit comments