We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81179f commit 6b0ac56Copy full SHA for 6b0ac56
SmartSpinner/build.gradle
@@ -67,14 +67,7 @@ afterEvaluate {
67
}
68
69
// 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
- }
+
78
79
80
repositories {
@@ -110,4 +103,4 @@ task javadocJar2(type: Jar) {
110
103
artifacts {
111
104
archives sourcesJar
112
105
archives javadocJar2
113
-}
106
+}
0 commit comments