File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ android {
90
90
singleVariant(" release" ) {
91
91
withSourcesJar()
92
92
withJavadocJar()
93
- // withSourcesJar()
94
- // withJavadocJar()
95
93
}
96
94
}
97
95
}
@@ -125,15 +123,7 @@ dependencies {
125
123
// exclude '**/R.java'
126
124
// }
127
125
//
128
- // task javadocJar(type: Jar, dependsOn: javadoc) {
129
- // archiveClassifier.set('javadoc')
130
- // from javadoc.destinationDir
131
- // }
132
126
133
- // task sourcesJar(type: Jar) {
134
- // archiveClassifier.set('sources')
135
- // from android.sourceSets.main.java.srcDirs
136
- // }
137
127
138
128
// TODO: get javadoc working again at some point
139
129
// javadoc {
@@ -155,8 +145,6 @@ afterEvaluate {
155
145
156
146
publications {
157
147
release(MavenPublication ) {
158
- // release(MavenPublication) {
159
- //
160
148
from components. release
161
149
162
150
// You can then customize attributes of the publication as shown below.
@@ -199,9 +187,3 @@ signing {
199
187
useInMemoryPgpKeys(signingKey, signingPassword)
200
188
sign(publishing. publications)
201
189
}
202
-
203
- // artifacts {
204
- // // TODO: get javadoc working again at some point
205
- // // archives javadocJar
206
- // archives sourcesJar
207
- // }
You can’t perform that action at this time.
0 commit comments