Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
pknotfound committed Feb 14, 2022
1 parent da1029d commit 612637f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions OGParser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
// }
}
}
}

0 comments on commit 612637f

Please sign in to comment.