aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin/build.gradle.kts
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-06-03 11:13:02 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-06-04 23:49:37 +0200
commit435e34fe4d63b85ec8f93155153eda0ea2303d73 (patch)
treec465fa6dd4b3c61e78709f02929bb5eed1910b6d /runners/gradle-plugin/build.gradle.kts
parent6dc9498ca849645ecb4ec923bb7116b245dca706 (diff)
downloaddokka-435e34fe4d63b85ec8f93155153eda0ea2303d73.tar.gz
dokka-435e34fe4d63b85ec8f93155153eda0ea2303d73.tar.bz2
dokka-435e34fe4d63b85ec8f93155153eda0ea2303d73.zip
Implement Project.dokka extension to align kotlin and groovey dokka configuration
Diffstat (limited to 'runners/gradle-plugin/build.gradle.kts')
-rw-r--r--runners/gradle-plugin/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/runners/gradle-plugin/build.gradle.kts b/runners/gradle-plugin/build.gradle.kts
index df4a8738..d2e9eccd 100644
--- a/runners/gradle-plugin/build.gradle.kts
+++ b/runners/gradle-plugin/build.gradle.kts
@@ -16,6 +16,8 @@ dependencies {
compileOnly("com.android.tools.build:builder-model:3.0.0")
compileOnly(gradleApi())
compileOnly(gradleKotlinDsl())
+ testImplementation(gradleApi())
+ testImplementation(kotlin("test-junit"))
constraints {
val kotlin_version: String by project
compileOnly("org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}") {