diff options
author | Szymon Świstun <sswistun@virtuslab.com> | 2020-01-21 16:19:18 +0100 |
---|---|---|
committer | Szymon Świstun <sswistun@virtuslab.com> | 2020-01-22 10:58:24 +0100 |
commit | 154c3f0d83ea5f9990a06962ba8cfc36a832e04d (patch) | |
tree | 65be9c6323abd91e824bff5c8b54f11fb4192e61 /plugins/javadoc8/build.gradle | |
parent | 4417ab37e0e16663bde81efd5207c0e1929b881a (diff) | |
download | dokka-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.gradle | 2 |
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 |