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 026aaa9 commit 9957273Copy full SHA for 9957273
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