From db529377aa5a46c2dca700c035b533702696dd5b Mon Sep 17 00:00:00 2001 From: Debdutta Panda Date: Sun, 6 Nov 2022 12:54:22 +0530 Subject: [PATCH] group id fixed --- jerokit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jerokit/build.gradle b/jerokit/build.gradle index 4d8c0f8..d23f831 100644 --- a/jerokit/build.gradle +++ b/jerokit/build.gradle @@ -67,7 +67,7 @@ afterEvaluate { from components.release // You can then customize attributes of the publication as shown below. - groupId = 'com.github.Debdutta-Panda.LibraryGithub' + groupId = 'com.github.Debdutta-Panda.JeroKit' artifactId = 'JeroKit' version = '1.0.0' }