From 488fe253aae719a1e02d7c7a061b2dc4b057196a Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Tue, 3 Jun 2025 13:41:24 +0100 Subject: [PATCH] test --- build.gradle | 1 + common/build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 25d34635f..6158e1a8e 100644 --- a/build.gradle +++ b/build.gradle @@ -478,6 +478,7 @@ dependencies { implementation 'org.snakeyaml:snakeyaml-engine:2.9' testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion" + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' // Batik implementation "org.apache.xmlgraphics:batik-all:1.19" diff --git a/common/build.gradle b/common/build.gradle index 21987d07e..930b6ef10 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -54,6 +54,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0' testRuntimeOnly 'org.mockito:mockito-inline:5.2.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } test {