aboutsummaryrefslogtreecommitdiff
path: root/plugins/gfm/gfm-template-processing
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gfm/gfm-template-processing')
-rw-r--r--plugins/gfm/gfm-template-processing/build.gradle.kts3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/gfm/gfm-template-processing/build.gradle.kts b/plugins/gfm/gfm-template-processing/build.gradle.kts
index 9611a8aa..12c95a08 100644
--- a/plugins/gfm/gfm-template-processing/build.gradle.kts
+++ b/plugins/gfm/gfm-template-processing/build.gradle.kts
@@ -16,9 +16,8 @@ dependencies {
implementation(kotlin("reflect"))
implementation(libs.kotlinx.coroutines.core)
+ testImplementation(kotlin("test"))
testImplementation(projects.core.testApi)
- testImplementation(platform(libs.junit.bom))
- testImplementation(libs.junit.jupiter)
}
registerDokkaArtifactPublication("dokkaGfmTemplateProcessing") {