Skip to content

Commit

Permalink
Merge pull request #1036 from tfr42/fix/buildpipeline
Browse files Browse the repository at this point in the history
Set fork count to 1 to fix broken Jenkins build pipeline
  • Loading branch information
tfr42 authored Feb 24, 2020
2 parents 8989200 + 86e09ce commit d63ccaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
<configuration>
<!-- Travis build workaround -->
<argLine>-Xms1024m -Xmx2048m</argLine>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<skip>${skip.unit.tests}</skip>
</configuration>
</plugin>
Expand Down

0 comments on commit d63ccaf

Please sign in to comment.