Skip to content

Commit

Permalink
Switch to 1.6.21 since latest fails tests
Browse files Browse the repository at this point in the history
Signed-off-by: sejli <[email protected]>
  • Loading branch information
sejli committed Sep 29, 2022
1 parent 08cb00c commit e0d588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch-observability/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
// 1.0.0 -> 1.0.0.0, and 1.0.0-SNAPSHOT -> 1.0.0.0-SNAPSHOT
opensearch_build = opensearch_version.replaceAll(/(\.\d)([^\d]*)$/, '$1.0$2')
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
kotlin_version = System.getProperty("kotlin.version", "1.7.20")
kotlin_version = System.getProperty("kotlin.version", "1.6.21")
}

repositories {
Expand Down

0 comments on commit e0d588f

Please sign in to comment.