You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root project builds aggregated Javadoc.
Therefore, it needs access to the `platform` dependencies
* Move `dependencyManagement` configuration declaration into the `allprojects` section
* Refactor `dependencyManagement` configuration declaration according to the
idiomatic Groovy DSL for Gradle
* Add `cacheChangingModulesFor 0` to avoid caching for SNAPSHOTs
* Refactor `extendsFrom(dependencyManagement)` according to Groovy DSL for Gradle
* Extends `javadocClasspath` configuration in the root project from the `dependencyManagement`
to make Javadoc aggregation happy in regards to the required classpath
0 commit comments