File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ configurations {
127127// This flag indicates the existence of security plugin
128128def securityEnabled = System . getProperty(" security" , " false" ) == " true" || System . getProperty(" https" , " false" ) == " true"
129129
130- // Always be minimumCompatibilityVersion of current opensearch version(3.3 .0)
130+ // Always be minimumCompatibilityVersion of current opensearch version(3.4 .0)
131131// get latest 3.x version from OpenSearch
132132static def fetchVersionProperties () {
133133 def url = ' https://raw.githubusercontent.com/opensearch-project/OpenSearch/refs/heads/3.2/buildSrc/version.properties'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 apply from : ' build-tools/repositories.gradle'
88
99 ext {
10- opensearch_version = System . getProperty(" opensearch.version" , " 3.3 .0-SNAPSHOT" )
10+ opensearch_version = System . getProperty(" opensearch.version" , " 3.4 .0-SNAPSHOT" )
1111 buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
1212 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
1313 // 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments