From f87f260947c0538c9b9fef35c6b36589ac1ed2b0 Mon Sep 17 00:00:00 2001 From: Shabaz Basha Kowthalam Date: Tue, 5 Nov 2024 11:32:33 +0530 Subject: [PATCH] Updated build to have version in zip name --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e206c4b..00941ca 100644 --- a/build.gradle +++ b/build.gradle @@ -28,5 +28,5 @@ tasks.register("dist", Zip) { } destinationDirectory.set(file("build/distributions")) - archiveFileName = "${rootProject.name}.zip" + archiveFileName = "${rootProject.name}-${pluginVersion}.zip" } \ No newline at end of file