aboutsummaryrefslogtreecommitdiff
path: root/core/content-matcher-test-utils
diff options
context:
space:
mode:
Diffstat (limited to 'core/content-matcher-test-utils')
-rw-r--r--core/content-matcher-test-utils/build.gradle.kts4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/content-matcher-test-utils/build.gradle.kts b/core/content-matcher-test-utils/build.gradle.kts
index 07d4bed9..1a95f1cd 100644
--- a/core/content-matcher-test-utils/build.gradle.kts
+++ b/core/content-matcher-test-utils/build.gradle.kts
@@ -1,3 +1,7 @@
+plugins {
+ org.jetbrains.conventions.`kotlin-jvm`
+}
+
dependencies {
implementation(project(":core:test-api"))
implementation(kotlin("stdlib-jdk8"))