[Rename] build.gradle in test module (#403)

This commit refactors the build.gradle file in the test module from o.e.test to
o.opensearch.test namespace.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
Nick Knize 2021-03-18 17:16:40 -05:00 committed by Nick Knize
parent 9a51fb2f3b
commit 914da95c48
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
*/ */
subprojects { subprojects {
group = 'org.elasticsearch.test' group = 'org.opensearch.test'
} }