We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975db40 commit b61a656Copy full SHA for b61a656
1 file changed
common/build.gradle
@@ -21,6 +21,7 @@ dependencies {
21
// Unit testing
22
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
23
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
24
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
25
}
26
27
test {
0 commit comments