Skip to content

Commit

Permalink
Disable javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldrabik committed Sep 20, 2023
1 parent 37a8c8a commit 0e36e7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion accounts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
// withJavadocJar()
}
}

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
// withJavadocJar()
}
}

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
// withJavadocJar()
}
}

Expand Down
2 changes: 1 addition & 1 deletion in-app-payments/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
// withJavadocJar()
}
}

Expand Down
2 changes: 1 addition & 1 deletion testcore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
// withJavadocJar()
}
}

Expand Down

0 comments on commit 0e36e7a

Please sign in to comment.