Skip to content

Commit

Permalink
Require OpenSearch 1.1.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Aug 18, 2021
1 parent 9ad12b0 commit c7d81c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ plugins {
buildDir = 'gradle-build'

ext {
securityPluginVersion = '1.0.0.0'
securityPluginVersion = '1.1.0.0'
opensearchVersion = System.getProperty("opensearch.version", "1.1.0-SNAPSHOT")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down Expand Up @@ -67,7 +68,7 @@ ospackage {
user 'root'
permissionGroup 'root'

requires('opensearch-oss', "1.0.0", EQUAL)
requires('opensearch-oss', opensearchVersion - '-SNAPSHOT', EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
Expand Down

0 comments on commit c7d81c5

Please sign in to comment.