Skip to content

Commit

Permalink
Project.version -> version.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Aug 20, 2021
1 parent 099c81b commit 7550cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ task buildRca() {
exec {
def licenseDir = "$projectDir/licenses"
workingDir("$licenseDir")
commandLine 'rm', "-f", "performanceanalyzer-rca-${project.version}.jar.sha1"
commandLine 'rm', "-f", "performanceanalyzer-rca-${version}.jar.sha1"
}
}
}
Expand Down Expand Up @@ -461,7 +461,7 @@ afterEvaluate {
ospackage {
packageName = "opensearch-performance-analyzer"
release = isSnapshot ? "0.1" : '1'
version = "${project.version}" - "-SNAPSHOT"
version = "${version}" - "-SNAPSHOT"

into '/usr/share/opensearch/plugins'
from(zipTree(bundlePlugin.archivePath)) {
Expand Down

0 comments on commit 7550cc9

Please sign in to comment.