Skip to content

Commit

Permalink
Updates TODO comment with tracking issue
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jul 26, 2022
1 parent 17b4983 commit a950a8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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';


Expand Down

0 comments on commit a950a8e

Please sign in to comment.