Skip to content

Commit a980817

Browse files
committed
build: add JUnit platform launcher for test execution
Additionally, we add JUnit Platform Launcher which is required for JUnit 5 tests in newer Gradle versions.
1 parent 913e001 commit a980817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dependencies {
6969
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
7070
testImplementation "org.mockito:mockito-core:$mockitoVersion"
7171
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
72+
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.9.0"
7273
testImplementation "org.hamcrest:hamcrest-library:2.2"
7374
testImplementation "org.testcontainers:junit-jupiter:1.17.6"
7475
testImplementation "org.testcontainers:postgresql:1.17.6"

0 commit comments

Comments
 (0)