We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1029d commit 612637fCopy full SHA for 612637f
1 file changed
OGParser/build.gradle
@@ -75,15 +75,15 @@ afterEvaluate {
75
artifactId = 'final'
76
version = '2.5.3'
77
}
78
- // Creates a Maven publication called “debug”.
79
- debug(MavenPublication) {
80
- // Applies the component for the debug build variant.
81
- from components.debug
82
-
83
- groupId = 'com.github.Priyansh-Kedia'
84
- artifactId = 'final-debug'
85
- version = '2.5.3'
86
- }
+// // 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'
+// }
87
88
89
0 commit comments