Bugfix for CircleCI builds
CircleCI updated the latest docker image to JDK 8u81 which has a bug Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -404,7 +404,9 @@
|
||||
<allure.results.directory>${project.build.directory}/allure-results</allure.results.directory>
|
||||
<!-- Bugfix for timeout. See https://github.com/allure-framework/allure-maven/issues/59 -->
|
||||
<allure.serve.timeout>650</allure.serve.timeout>
|
||||
</systemPropertyVariables>
|
||||
</systemPropertyVariables>
|
||||
<!-- Bugfix for OpenJDK 8u181, see https://issues.apache.org/jira/browse/SUREFIRE-1588 -->
|
||||
<useSystemClassLoader>false</useSystemClassLoader>
|
||||
<reuseForks>true</reuseForks>
|
||||
<forkCount>${surefire.forkcount}</forkCount>
|
||||
<argLine>
|
||||
|
||||
Reference in New Issue
Block a user