Skip to content

Commit 445f115

Browse files
Add junit-platform-launcher dependency to fix tests
Co-Authored-By: Toshihiro Nakamura <[email protected]>
1 parent c0ae054 commit 445f115

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

codegen-test/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies {
4242
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
4343
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
4444
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
45+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
4546
testRuntimeOnly("com.h2database:h2:$h2Version")
4647
}
4748

codegen/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies {
5555
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
5656
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
5757
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
58+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
5859
}
5960

6061
tasks {

0 commit comments

Comments
 (0)