Skip to content

Commit 2a15eed

Browse files
committed
cleanup
1 parent a9f065f commit 2a15eed

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

androidplot-core/build.gradle

-18
Original file line numberDiff line numberDiff 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-
//}

0 commit comments

Comments
 (0)