Skip to content

Commit

Permalink
[MASTER] Exclude kt files from androidJavadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Oct 6, 2020
1 parent 035b4ae commit 870a8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/plugins/gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ afterEvaluate { project ->
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
exclude "org/hisp/dhis/android/core/**/internal/**"
exclude "org/hisp/dhis/android/core/**/*InternalAccessor.java"
exclude "org/hisp/dhis/android/core/**/**.kt"
}

task androidJavadocsJar(type: Jar, dependsOn: androidJavadocs) {
Expand Down

0 comments on commit 870a8c6

Please sign in to comment.