File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ apply plugin: 'opensearch.pluginzip'
63
63
apply plugin : ' jacoco'
64
64
apply plugin : " com.diffplug.spotless"
65
65
apply plugin : ' io.freefair.lombok'
66
+ apply plugin : ' opensearch.java-agent'
66
67
apply from : ' gradle/formatting.gradle'
67
68
68
69
ext. opensearch_tmp_dir = rootProject. file(' build/private/opensearch_tmp' ). absoluteFile
Original file line number Diff line number Diff line change 4
4
permission java.lang.RuntimePermission "accessDeclaredMembers";
5
5
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
6
6
permission java.lang.RuntimePermission "setContextClassLoader";
7
+ // for accessing Unix domain socket on windows
8
+ permission java.net.NetPermission "accessUnixDomainSocket";
7
9
};
You can’t perform that action at this time.
0 commit comments