Skip to content

Commit

Permalink
Fix install plugin test plugin descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Oct 7, 2023
1 parent 29c8f04 commit cdb8981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ private static String[] pluginProperties(String name, String[] additionalProps,
"version",
"1.0",
"elasticsearch.version",
Build.current().version(),
InstallPluginAction.getSemanticVersion(Build.current().version()),
"java.version",
System.getProperty("java.specification.version")

Expand Down

0 comments on commit cdb8981

Please sign in to comment.