File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ apply plugin: 'jacoco'
64
64
apply plugin : " com.diffplug.spotless"
65
65
apply plugin : ' io.freefair.lombok'
66
66
apply from : ' gradle/formatting.gradle'
67
+ apply plugin : ' opensearch.java-agent'
67
68
68
69
ext. opensearch_tmp_dir = rootProject. file(' build/private/opensearch_tmp' ). absoluteFile
69
70
opensearch_tmp_dir. mkdirs()
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ apply plugin: 'opensearch.testclusters'
13
13
apply plugin : ' opensearch.build'
14
14
apply plugin : ' opensearch.rest-test'
15
15
apply plugin : ' io.freefair.lombok'
16
+ apply plugin : ' opensearch.java-agent'
16
17
17
18
// Disable a few tasks that come with build
18
19
build. enabled = false
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
+
7
8
};
You can’t perform that action at this time.
0 commit comments