[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:
parent
9a51fb2f3b
commit
914da95c48
|
@ -18,5 +18,5 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
group = 'org.elasticsearch.test'
|
group = 'org.opensearch.test'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue