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
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Aug 1, 2018
1 parent 6f396cb commit 5ab979e
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 5ab979e

Please sign in to comment.