Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 69ee9c1

Browse files
committed
Merge pull request #186 from JakeWharton/jw/no-internal
Exclude internal package from Javadoc.
2 parents be2b2e6 + afd7b7f commit 69ee9c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gradle/gradle-mvn-push.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ afterEvaluate { project ->
8787
source = android.sourceSets.main.java.srcDirs
8888
}
8989
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
90+
exclude '**/internal/*'
9091

9192
if (JavaVersion.current().isJava8Compatible()) {
9293
options.addStringOption('Xdoclint:none', '-quiet')

0 commit comments

Comments
 (0)