We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cea04 commit fa33f23Copy full SHA for fa33f23
1 file changed
MPChartLib/build.gradle
@@ -3,7 +3,6 @@ plugins {
3
id 'maven-publish'
4
}
5
6
-// 2. Declare library details
7
ext {
8
mGroupId = "info.appdevnext"
9
mArtifactId = "chart"
@@ -49,12 +48,6 @@ task androidSourcesJar(type: Jar) {
49
48
50
project.afterEvaluate {
51
publishing {
52
-// publications {
53
-// release(MavenPublication) {
54
-// from components.release
55
-// }
56
57
-
58
publications {
59
maven(MavenPublication) {
60
groupId mGroupId
0 commit comments