fix WatcherF compile error
Original commit: elastic/x-pack-elasticsearch@a8383fa2bb
This commit is contained in:
parent
462d1b335f
commit
77eb27001b
|
@ -18,7 +18,7 @@ import org.elasticsearch.license.plugin.LicensePlugin;
|
|||
*/
|
||||
public class WatcherF {
|
||||
|
||||
public static void main(String[] args) {
|
||||
public static void main(String[] args) throws Throwable {
|
||||
System.setProperty("es.http.cors.enabled", "true");
|
||||
System.setProperty("es.script.inline", "on");
|
||||
System.setProperty("es.shield.enabled", "false");
|
||||
|
|
Loading…
Reference in New Issue