Skip to content

Commit 6ab770f

Browse files
authored
Fix javadoc aggregation (#11861)
1 parent ba72999 commit 6ab770f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ if (System.getenv("SONAR_TOKEN") != null) {
4141
configurations.jacocoAggregation.dependencies.removeIf {
4242
it instanceof ProjectDependency && it.path.startsWith(":test-")
4343
}
44+
configurations.javadocAggregatorBase.dependencies.removeIf {
45+
it instanceof ProjectDependency && it.path.startsWith(":test-")
46+
}

0 commit comments

Comments
 (0)