Skip to content

Commit fa33f23

Browse files
committed
Cleanup
1 parent a3cea04 commit fa33f23

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

MPChartLib/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
id 'maven-publish'
44
}
55

6-
// 2. Declare library details
76
ext {
87
mGroupId = "info.appdevnext"
98
mArtifactId = "chart"
@@ -49,12 +48,6 @@ task androidSourcesJar(type: Jar) {
4948

5049
project.afterEvaluate {
5150
publishing {
52-
// publications {
53-
// release(MavenPublication) {
54-
// from components.release
55-
// }
56-
// }
57-
5851
publications {
5952
maven(MavenPublication) {
6053
groupId mGroupId

0 commit comments

Comments
 (0)