From 771eff503bba150ad7f223d3a26bf111ad0ad7fc Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Thu, 3 Feb 2022 21:17:41 +0300 Subject: [PATCH] stdlib-docs: Use local ext link to stdlib instead of default When building kotlin.test docs, do not query kotlinlang.org for stdlib package list, but use the one built locally beside. This avoids build failures when the site is not available. --- libraries/tools/kotlin-stdlib-docs/build-docs.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-stdlib-docs/build-docs.xml b/libraries/tools/kotlin-stdlib-docs/build-docs.xml index 11ec7b041ff..9d07ad4980b 100644 --- a/libraries/tools/kotlin-stdlib-docs/build-docs.xml +++ b/libraries/tools/kotlin-stdlib-docs/build-docs.xml @@ -298,6 +298,7 @@ skipDeprecated="false" jdkversion="8" analysisplatform="common" + noStdlibLink="true" classpathref="kotlin-test-common.classpath" languageVersion="${language.version}" includeRootPackage="false" @@ -311,7 +312,8 @@ - + + @@ -328,6 +331,7 @@ + @@ -337,6 +341,7 @@ skipDeprecated="false" jdkversion="8" analysisplatform="jvm" + noStdlibLink="true" classpathref="kotlin-test-junit.classpath" languageVersion="${language.version}" includeRootPackage="false"> @@ -356,6 +361,7 @@ skipDeprecated="false" jdkversion="8" analysisplatform="jvm" + noStdlibLink="true" classpathref="kotlin-test-junit5.classpath" languageVersion="${language.version}" includeRootPackage="false"> @@ -376,6 +382,7 @@ skipDeprecated="false" jdkversion="8" analysisplatform="jvm" + noStdlibLink="true" classpathref="kotlin-test-testng.classpath" languageVersion="${language.version}" includeRootPackage="false"> @@ -395,6 +402,7 @@ skipDeprecated="false" jdkversion="8" analysisplatform="js" + noStdlibLink="true" classpathref="kotlin-test-js.classpath" languageVersion="${language.version}" includeRootPackage="false" @@ -414,6 +422,7 @@ skipDeprecated="false" jdkversion="8" analysisplatform="js" + noStdlibLink="true" classpathref="kotlin-test-js.classpath" languageVersion="${language.version}" includeRootPackage="false"