Skip to content

Commit 6b0ac56

Browse files
Update build.gradle
1 parent e81179f commit 6b0ac56

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

SmartSpinner/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,7 @@ afterEvaluate {
6767
}
6868
}
6969
// Creates a Maven publication called “debug”.
70-
debug(MavenPublication) {
71-
// Applies the component for the debug build variant.
72-
from components.debug
73-
74-
groupId = 'ir.smartdevelopers'
75-
artifactId = 'smart-spinner-debug'
76-
// version = '1.6'
77-
}
70+
7871

7972
}
8073
repositories {
@@ -110,4 +103,4 @@ task javadocJar2(type: Jar) {
110103
artifacts {
111104
archives sourcesJar
112105
archives javadocJar2
113-
}
106+
}

0 commit comments

Comments
 (0)