Skip to content

Commit a9be89c

Browse files
committed
Using java-agent gradle plugin to phase off Security Manager in favor of Java-agent.
1 parent 7727586 commit a9be89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ allprojects {
9797

9898
apply plugin: 'opensearch.opensearchplugin'
9999
apply plugin: 'opensearch.pluginzip'
100+
apply plugin: 'opensearch.java-agent'
100101

101102
licenseFile = rootProject.file('LICENSE.txt')
102103
noticeFile = rootProject.file('NOTICE.txt')

0 commit comments

Comments
 (0)