Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
halfhp committed Aug 22, 2024
1 parent a9f065f commit 2a15eed
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions androidplot-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ android {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
//withSourcesJar()
//withJavadocJar()
}
}
}
Expand Down Expand Up @@ -125,15 +123,7 @@ dependencies {
// exclude '**/R.java'
//}
//
//task javadocJar(type: Jar, dependsOn: javadoc) {
// archiveClassifier.set('javadoc')
// from javadoc.destinationDir
//}

//task sourcesJar(type: Jar) {
// archiveClassifier.set('sources')
// from android.sourceSets.main.java.srcDirs
//}

// TODO: get javadoc working again at some point
//javadoc {
Expand All @@ -155,8 +145,6 @@ afterEvaluate {

publications {
release(MavenPublication) {
// release(MavenPublication) {
//
from components.release

// You can then customize attributes of the publication as shown below.
Expand Down Expand Up @@ -199,9 +187,3 @@ signing {
useInMemoryPgpKeys(signingKey, signingPassword)
sign(publishing.publications)
}

//artifacts {
// // TODO: get javadoc working again at some point
//// archives javadocJar
// archives sourcesJar
//}

0 comments on commit 2a15eed

Please sign in to comment.