Skip to content

Commit

Permalink
Disabled android-lib javadoc due as a workaround for #582
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanMcKee committed Sep 3, 2023
1 parent 948c1c4 commit c04c125
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ internal class AndroidAppyxPublishPlugin : ProjectPlugin() {
publishing {
singleVariant(getComponentName()) {
withSourcesJar()
withJavadocJar()
/**
* Currently not working with Multiplatform plugin and AGP 8+
* https://github.com/bumble-tech/appyx/issues/582
*/
// withJavadocJar()
}
}
}
Expand Down

0 comments on commit c04c125

Please sign in to comment.