Merge branch '2.5.x'
See gh-28485
This commit is contained in:
@@ -156,7 +156,6 @@ class JavaConventions {
|
||||
project.getTasks().withType(Test.class, (test) -> {
|
||||
test.useJUnitPlatform();
|
||||
test.setMaxHeapSize("1024M");
|
||||
test.setMaxParallelForks(project.getGradle().getStartParameter().getMaxWorkerCount());
|
||||
project.getTasks().withType(Checkstyle.class, (checkstyle) -> test.mustRunAfter(checkstyle));
|
||||
project.getTasks().withType(CheckFormat.class, (checkFormat) -> test.mustRunAfter(checkFormat));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user