File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ android {
9090 singleVariant(" release" ) {
9191 withSourcesJar()
9292 withJavadocJar()
93- // withSourcesJar()
94- // withJavadocJar()
9593 }
9694 }
9795}
@@ -125,15 +123,7 @@ dependencies {
125123// exclude '**/R.java'
126124// }
127125//
128- // task javadocJar(type: Jar, dependsOn: javadoc) {
129- // archiveClassifier.set('javadoc')
130- // from javadoc.destinationDir
131- // }
132126
133- // task sourcesJar(type: Jar) {
134- // archiveClassifier.set('sources')
135- // from android.sourceSets.main.java.srcDirs
136- // }
137127
138128// TODO: get javadoc working again at some point
139129// javadoc {
@@ -155,8 +145,6 @@ afterEvaluate {
155145
156146 publications {
157147 release(MavenPublication ) {
158- // release(MavenPublication) {
159- //
160148 from components. release
161149
162150 // You can then customize attributes of the publication as shown below.
@@ -199,9 +187,3 @@ signing {
199187 useInMemoryPgpKeys(signingKey, signingPassword)
200188 sign(publishing. publications)
201189}
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