From 612637f6e864ac874cd1dd5071db8ee9e2e971eb Mon Sep 17 00:00:00 2001 From: Priyansh Kedia Date: Mon, 14 Feb 2022 12:37:10 +0530 Subject: [PATCH] minor change --- OGParser/build.gradle | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/OGParser/build.gradle b/OGParser/build.gradle index 48699c4..8ed1655 100644 --- a/OGParser/build.gradle +++ b/OGParser/build.gradle @@ -75,15 +75,15 @@ afterEvaluate { artifactId = 'final' version = '2.5.3' } - // Creates a Maven publication called “debug”. - debug(MavenPublication) { - // Applies the component for the debug build variant. - from components.debug - - groupId = 'com.github.Priyansh-Kedia' - artifactId = 'final-debug' - version = '2.5.3' - } +// // Creates a Maven publication called “debug”. +// debug(MavenPublication) { +// // Applies the component for the debug build variant. +// from components.debug +// +// groupId = 'com.github.Priyansh-Kedia' +// artifactId = 'final-debug' +// version = '2.5.3' +// } } } } \ No newline at end of file