We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dece5 commit a42aa92Copy full SHA for a42aa92
1 file changed
build.gradle
@@ -84,6 +84,7 @@ subprojects {
84
// junit 5.x and mockito
85
testImplementation("org.mockito:mockito-core:${version_options.MOCKITO_VERSION}")
86
testImplementation("org.junit.jupiter:junit-jupiter:${version_options.JUNIT_VERSION}")
87
+ testRuntimeOnly('org.junit.platform:junit-platform-launcher')
88
// log4j 2.x
89
testImplementation("org.apache.logging.log4j:log4j-api:${version_options.LOG4J2_VERSION}")
90
testImplementation("org.apache.logging.log4j:log4j-core:${version_options.LOG4J2_VERSION}")
0 commit comments