We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba72999 commit 6ab770fCopy full SHA for 6ab770f
build.gradle
@@ -41,3 +41,6 @@ if (System.getenv("SONAR_TOKEN") != null) {
41
configurations.jacocoAggregation.dependencies.removeIf {
42
it instanceof ProjectDependency && it.path.startsWith(":test-")
43
}
44
+configurations.javadocAggregatorBase.dependencies.removeIf {
45
+ it instanceof ProjectDependency && it.path.startsWith(":test-")
46
+}
0 commit comments