Skip to content

Commit b528adb

Browse files
committed
build > fix javadocLinks platform versions
1 parent d1f5f89 commit b528adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ configurations {
7878
runtimeClasspath.get().extendsFrom(internalPlatform)
7979
testCompileClasspath.get().extendsFrom(internalPlatform)
8080
testRuntimeClasspath.get().extendsFrom(internalPlatform)
81+
javadocLinks.get().shouldResolveConsistentlyWith(runtimeClasspath.get())
8182
}
8283

8384
repositories {

0 commit comments

Comments
 (0)