Skip to content

Commit

Permalink
Remove an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
cliu123 committed May 22, 2021
1 parent cfd1dc4 commit af7cefb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ group = "org.opensearch"
version = "${opensearchVersion}" + (isSnapshot ? "-SNAPSHOT" : "")

if (!project.hasProperty("archivePath")) {

throw new GradleException("Missing -ParchivePath command line switch pointing to built plugin ZIP")
}
if (!project.file(archivePath).exists()) {
Expand Down

0 comments on commit af7cefb

Please sign in to comment.