Skip to content

Commit 612637f

Browse files
committed
minor change
1 parent da1029d commit 612637f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

OGParser/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ afterEvaluate {
7575
artifactId = 'final'
7676
version = '2.5.3'
7777
}
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-
}
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+
// }
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)