Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
JavaVersionChecker lives in a different jar (#219)
Browse files Browse the repository at this point in the history
This commit updates the java class string name used
to find the Java Version Checker tool.

Relates: elastic/elasticsearch#30708
  • Loading branch information
Mpdreamz authored and russcam committed Aug 2, 2018
1 parent 6f396cb commit 8d2a89b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public bool Start(string[] arguments, TimeSpan timeout, out string output)

public static ElasticsearchTool JavaVersionChecker =>
new ElasticsearchTool(
"org.elasticsearch.tools.launchers.JavaVersionChecker",
"org.elasticsearch.tools.java_version_checker.JavaVersionChecker",
JavaConfiguration.Default,
ElasticsearchEnvironmentConfiguration.Default,
new FileSystem());
Expand Down

0 comments on commit 8d2a89b

Please sign in to comment.