Skip to content

Commit

Permalink
Hardcodes default common utils version
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Aug 2, 2022
1 parent 88d9c2e commit 3fa53a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
version_tokens = opensearch_version.tokenize('-')
opensearch_build = version_tokens[0] + '.0'

common_utils_version = System.getProperty("common_utils.version", opensearch_build)
common_utils_version = System.getProperty("common_utils.version", '2.1.0.0')


if (buildVersionQualifier) {
Expand Down

0 comments on commit 3fa53a6

Please sign in to comment.