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
Allow configuring resource root of transport versions (#133093)
This commit adds the manifest file name as an argument when loading
transport versions from resource files. This allows multiple manifests
to exist on the test classpath at once, eg in serverless.
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/TransportVersionResourcesPlugin.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,9 @@ public void apply(Project project) {
0 commit comments