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 83555c3 commit f17344bCopy full SHA for f17344b
build.gradle.kts
@@ -78,6 +78,7 @@ configurations {
78
runtimeClasspath.get().extendsFrom(internalPlatform)
79
testCompileClasspath.get().extendsFrom(internalPlatform)
80
testRuntimeClasspath.get().extendsFrom(internalPlatform)
81
+ javadocLinks.get().shouldResolveConsistentlyWith(runtimeClasspath.get())
82
}
83
84
repositories {
0 commit comments