aboutsummaryrefslogtreecommitdiff
path: root/integration-tests
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-06-24 09:14:37 +0200
committerPaweł Marks <pmarks@virtuslab.com>2020-06-25 19:50:22 +0200
commit08f40e2a13006882e8f8425f111b8527e7bbcb0f (patch)
tree1052c35c75fccaa044a73b33e5f0b5adae4c0f57 /integration-tests
parentcf2e842da89f0effa6bdb5eb942b250c94360b5c (diff)
downloaddokka-08f40e2a13006882e8f8425f111b8527e7bbcb0f.tar.gz
dokka-08f40e2a13006882e8f8425f111b8527e7bbcb0f.tar.bz2
dokka-08f40e2a13006882e8f8425f111b8527e7bbcb0f.zip
Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal Najam)
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/gradle-integration-tests/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/gradle-integration-tests/build.gradle.kts b/integration-tests/gradle-integration-tests/build.gradle.kts
index 7fc945b5..7cb96738 100644
--- a/integration-tests/gradle-integration-tests/build.gradle.kts
+++ b/integration-tests/gradle-integration-tests/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
testImplementation(gradleTestKit())
dokkaPlugin(project(path = ":runners:gradle-plugin"))
- dokkaCore(project(path = ":coreDependencies", configuration = "shadow"))
+ dokkaCore(project(path = ":core:dependencies", configuration = "shadow"))
dokkaCore(project(path = ":core"))
kotlinGradle("org.jetbrains.kotlin:kotlin-gradle-plugin")
}