From 6ca62b8b7b0bbe5df26e7e66b827926f9b1417d3 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Wed, 7 Jun 2017 16:15:17 +0300 Subject: Make package-list caching optional --- core/src/test/kotlin/TestAPI.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/src/test/kotlin') diff --git a/core/src/test/kotlin/TestAPI.kt b/core/src/test/kotlin/TestAPI.kt index 2d937679..e11274ea 100644 --- a/core/src/test/kotlin/TestAPI.kt +++ b/core/src/test/kotlin/TestAPI.kt @@ -33,7 +33,8 @@ fun verifyModel(vararg roots: ContentRoot, includeRootPackage = true, sourceLinks = listOf(), generateIndexPages = false, - noStdlibLink = true) + noStdlibLink = true, + cacheRoot = "default") appendDocumentation(documentation, *roots, withJdk = withJdk, -- cgit