Skip to content

Commit

Permalink
处理 Jitpack 上面出现构建失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
getActivity committed Dec 16, 2023
1 parent 41a2397 commit 20f012d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ tasks.register('sourcesJar', Jar) {
tasks.register('javadoc', Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
// 排除 Kotlin 相关的类 生成 Java Doc
// https://github.com/novoda/bintray-release/issues/71
excludes = ['**/*.kt']
}

tasks.register('javadocJar', Jar) {
Expand Down

0 comments on commit 20f012d

Please sign in to comment.