Skip to content

Commit

Permalink
Remove additional vars in build.gradle that are not used (#271)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Apr 1, 2022
1 parent ea2c88d commit 3910316
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ plugins {

apply plugin: "com.dorongold.task-tree"

ext {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
buildVersionQualifier = System.getProperty("build.version_qualifier")
}

allprojects {
group = 'org.opensearch'
version = opensearch_build
Expand Down

0 comments on commit 3910316

Please sign in to comment.