Skip to content

Commit

Permalink
Fix build to succeed with opensearch_version provided
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 committed Aug 20, 2021
1 parent 83aafb1 commit a6935cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,9 @@ task buildRca() {
workingDir("$licenseDir")
commandLine 'rm', "-f", "performanceanalyzer-rca-1.0.0.0.jar.sha1"
}
exec {
workingDir("$projectDir")
commandLine './gradlew', 'updateShas'
}
}
}
buildRca.finalizedBy updateShas

// This value is set by the unpackRca task
def rcaArtifactsDir
Expand Down

0 comments on commit a6935cc

Please sign in to comment.