aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/maven')
-rw-r--r--integration-tests/maven/build.gradle.kts5
1 files changed, 5 insertions, 0 deletions
diff --git a/integration-tests/maven/build.gradle.kts b/integration-tests/maven/build.gradle.kts
index 1c747bbc..0a2cb7c4 100644
--- a/integration-tests/maven/build.gradle.kts
+++ b/integration-tests/maven/build.gradle.kts
@@ -1,9 +1,14 @@
import org.jetbrains.SetupMaven
import org.jetbrains.dependsOnMavenLocalPublication
+plugins {
+ org.jetbrains.conventions.`dokka-integration-test`
+}
+
evaluationDependsOn(":runners:maven-plugin")
dependencies {
+ implementation(project(":integration-tests"))
implementation(kotlin("stdlib"))
implementation(kotlin("test-junit"))
}