File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ subprojects {
8484 // latest version that supports java 8
8585 mavenBom(" com.vladsch.flexmark:flexmark-all:0.62.2" )
8686 mavenBom(" io.qameta.allure:allure-bom:2.31.0" )
87- mavenBom(" org.junit:junit-bom:5.13.4 " )
87+ mavenBom(" org.junit:junit-bom:6.0.1 " )
8888 }
8989 dependencies {
9090 dependency(" ch.qos.logback:logback-classic:1.3.16" )
@@ -141,7 +141,7 @@ subprojects {
141141 systemProperty(" org.slf4j.simpleLogger.defaultLogLevel" , " debug" )
142142 systemProperty(" allure.model.indentOutput" , " true" )
143143 systemProperty(" junit.jupiter.execution.parallel.enabled" , true )
144- systemProperty(" junit.jupiter.execution.parallel.mode.default" , true )
144+ systemProperty(" junit.jupiter.execution.parallel.mode.default" , " concurrent " )
145145 testLogging {
146146 listOf (org.gradle.api.tasks.testing.logging.TestLogEvent .FAILED )
147147 }
You can’t perform that action at this time.
0 commit comments