Skip to content

Commit f9edbb0

Browse files
Add java-agent gradle plugin (#3727)
Signed-off-by: Prudhvi Godithi <[email protected]>
1 parent 211c517 commit f9edbb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ apply plugin: 'opensearch.opensearchplugin'
2525
apply plugin: 'opensearch.testclusters'
2626
apply plugin: 'opensearch.pluginzip'
2727
apply plugin: 'opensearch.yaml-rest-test'
28+
apply plugin: 'opensearch.java-agent'
2829
ext {
2930
projectSubstitutions = [:]
3031
licenseFile = rootProject.file('LICENSE.txt')

0 commit comments

Comments
 (0)