Skip to content

Commit 28d323e

Browse files
committed
Merge branch '2.4.x' into 2.5.x
See gh-28484
2 parents 33249e9 + b9e3660 commit 28d323e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/java/org/springframework/boot/build/JavaConventions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ private void configureTestConventions(Project project) {
156156
project.getTasks().withType(Test.class, (test) -> {
157157
test.useJUnitPlatform();
158158
test.setMaxHeapSize("1024M");
159-
test.setMaxParallelForks(project.getGradle().getStartParameter().getMaxWorkerCount());
160159
project.getTasks().withType(Checkstyle.class, (checkstyle) -> test.mustRunAfter(checkstyle));
161160
project.getTasks().withType(CheckFormat.class, (checkFormat) -> test.mustRunAfter(checkFormat));
162161
});

0 commit comments

Comments
 (0)