diff options
Diffstat (limited to 'plugins/jekyll/jekyll-template-processing/build.gradle.kts')
-rw-r--r-- | plugins/jekyll/jekyll-template-processing/build.gradle.kts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/jekyll/jekyll-template-processing/build.gradle.kts b/plugins/jekyll/jekyll-template-processing/build.gradle.kts index d18b203e..1d993cdb 100644 --- a/plugins/jekyll/jekyll-template-processing/build.gradle.kts +++ b/plugins/jekyll/jekyll-template-processing/build.gradle.kts @@ -18,9 +18,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("dokkaJekyllTemplateProcessing") { |