Skip to content

Commit

Permalink
修改jitpackUpload配置
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Apr 11, 2018
1 parent b58b34d commit c69c8b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions JitPackUpload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ if (project.hasProperty("android")) { // Android libraries
}
}

javadoc {
options {
encoding "UTF-8"
charSet 'UTF-8'
author true
version true
links "http://docs.oracle.com/javase/7/docs/api"
}
}

// 制作文档(Javadoc)
task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
Expand Down

0 comments on commit c69c8b5

Please sign in to comment.