aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc8
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/javadoc8')
-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