mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
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 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.http.cors.enabled", "true");
|
||||||
System.setProperty("es.script.inline", "on");
|
System.setProperty("es.script.inline", "on");
|
||||||
System.setProperty("es.shield.enabled", "false");
|
System.setProperty("es.shield.enabled", "false");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user