File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77buildscript {
88 ext {
9- opensearch_version = System . getProperty(" opensearch.version" , " 2.19.2 -SNAPSHOT" ) // temporally hard code here to test geo ip
9+ opensearch_version = System . getProperty(" opensearch.version" , " 2.19.0 -SNAPSHOT" ) // temporally hard code here to test geo ip
1010 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
1111 buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
1212 version_tokens = opensearch_version. tokenize(' -' )
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ dependencies {
204204 // zipArchive group: 'org.opensearch.plugin', name:'opensearch-sql-plugin', version: "2.19.0.0-SNAPSHOT"
205205
206206 // For GeoIP PPL functions
207- zipArchive group : ' org.opensearch.plugin' , name :' geospatial' , version : " 2.19.2.0-SNAPSHOT " // Hard code since no 2.19.3.0 yet
207+ zipArchive group : ' org.opensearch.plugin' , name :' geospatial' , version : " ${ opensearch_build } " // Hard code since no 2.19.3.0 yet
208208}
209209
210210
You can’t perform that action at this time.
0 commit comments