Skip to content

Commit

Permalink
fix java doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
giladna committed Mar 2, 2022
1 parent 12d8e0e commit 3d223fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kavaplugin/gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ afterEvaluate { project ->
task androidJavadocs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
include '**/BuildConfig.java'
}

afterEvaluate {
Expand Down

0 comments on commit 3d223fb

Please sign in to comment.