Skip to content

Commit

Permalink
QVQ
Browse files Browse the repository at this point in the history
  • Loading branch information
pencilso committed Oct 31, 2017
1 parent 5921785 commit 7aec9e0
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions ManyBlue/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ task sourcesJar(type: Jar) {
classifier = 'sources'
}

task javadoc(type: Javadoc) {
failOnError false
source = android.sourceSets.main.java.sourceFiles
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
classpath += configurations.compile
}

// 制作文档(Javadoc)
task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}

artifacts {
archives sourcesJar
archives javadocJar
}
}

0 comments on commit 7aec9e0

Please sign in to comment.