Skip to content

Commit 9957273

Browse files
committed
build > fix javadocLinks platform versions
(cherry picked from commit b528adb)
1 parent 026aaa9 commit 9957273

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)