aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc8/build.gradle
diff options
context:
space:
mode:
authorSzymon Świstun <sswistun@virtuslab.com>2020-01-21 16:19:18 +0100
committerSzymon Świstun <sswistun@virtuslab.com>2020-01-22 10:58:24 +0100
commit154c3f0d83ea5f9990a06962ba8cfc36a832e04d (patch)
tree65be9c6323abd91e824bff5c8b54f11fb4192e61 /plugins/javadoc8/build.gradle
parent4417ab37e0e16663bde81efd5207c0e1929b881a (diff)
downloaddokka-154c3f0d83ea5f9990a06962ba8cfc36a832e04d.tar.gz
dokka-154c3f0d83ea5f9990a06962ba8cfc36a832e04d.tar.bz2
dokka-154c3f0d83ea5f9990a06962ba8cfc36a832e04d.zip
tests moved to :testApi module
Diffstat (limited to 'plugins/javadoc8/build.gradle')
-rw-r--r--plugins/javadoc8/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/javadoc8/build.gradle b/plugins/javadoc8/build.gradle
index cc1e5c29..31bf9f41 100644
--- a/plugins/javadoc8/build.gradle
+++ b/plugins/javadoc8/build.gradle
@@ -9,7 +9,7 @@ dependencies {
compileOnly toolsJar
testCompile toolsJar
- testImplementation project(":core:testApi")
+// testImplementation project(":core:testApi")
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: kotlin_version
} \ No newline at end of file