Skip to content

Commit 6e5a0f4

Browse files
committed
Restored build.gradle
1 parent 9642e02 commit 6e5a0f4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@ dependencies {
1818
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.11.3,)'
1919
}
2020

21-
testing {
22-
suites {
23-
test {
24-
useJUnitJupiter()
25-
}
26-
}
27-
}
28-
29-
tasks.withType(Test).configureEach {
21+
test {
22+
useJUnitPlatform()
3023
maxParallelForks = Runtime.runtime.availableProcessors()
3124
}
3225

0 commit comments

Comments
 (0)