Skip to content

Commit

Permalink
修复发布配置缺失
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersnail committed Nov 15, 2024
1 parent eca86c2 commit d3ac332
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ publishing {
}
}

signing {
sign publishing.publications.release
}

javadoc {
if(JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html5', true)
Expand Down

0 comments on commit d3ac332

Please sign in to comment.