From a950a8ec15c2e5ff77fba5ced48fe609fc2da83a Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Tue, 26 Jul 2022 13:35:29 -0400 Subject: [PATCH] Updates TODO comment with tracking issue Signed-off-by: Darshit Chanpura --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2a036916eb..917d2da305 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,8 @@ buildscript { version_tokens = opensearch_version.tokenize('-') opensearch_build = version_tokens[0] + '.0' - // TODO: decide whether to leave this property hardcoded or get it dynamically from core + // TODO: this property should be accessed dynamically once this issue is resolved: + // https://github.com/opensearch-project/common-utils/issues/205 common_utils_version = '2.1.0.0';