From 379ef60861a820212b9adf196cf4fad0e62e27a0 Mon Sep 17 00:00:00 2001 From: affonsov Date: Fri, 28 Jun 2024 16:22:05 -0700 Subject: [PATCH] removing classifier from the pom --- java/client/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/java/client/build.gradle b/java/client/build.gradle index 731a06a8fc..88b3e6f910 100644 --- a/java/client/build.gradle +++ b/java/client/build.gradle @@ -188,9 +188,6 @@ publishing { description = 'General Language Independent Driver for the Enterprise (GLIDE) for Valkey' url = 'https://github.com/aws/glide-for-redis.git' inceptionYear = '2024' - properties = [ - classifier: "placeholder" - ] scm { url = 'https://github.com/aws/glide-for-redis/tree/main' connection = 'scm:git:ssh://git@github.com/aws/glide-for-redis.git'