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()) {