From af7cefbc80d7c39e56645f4f72bdc4f9cccb4dbb Mon Sep 17 00:00:00 2001 From: cliu123 Date: Sat, 22 May 2021 15:14:15 -0700 Subject: [PATCH] Remove an empty line --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index d181f21f6c..ef701ada86 100644 --- a/build.gradle +++ b/build.gradle @@ -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()) {