File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
6061tasks {
You can’t perform that action at this time.
0 commit comments