Skip to content

Commit

Permalink
Merge pull request #183 from jglick/reuseForks
Browse files Browse the repository at this point in the history
No need to override `reuseForks`
  • Loading branch information
jglick authored Nov 16, 2021
2 parents bb9b9b1 + ed9e371 commit 592b2f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.19</version>
<version>4.31</version>
<relativePath />
</parent>
<artifactId>mercurial</artifactId>
Expand All @@ -20,7 +20,6 @@
<jenkins.version>2.190.3</jenkins.version>
<java.level>8</java.level>
<no-test-jar>false</no-test-jar>
<reuseForks>false</reuseForks> <!-- long story -->
</properties>

<developers>
Expand Down

0 comments on commit 592b2f8

Please sign in to comment.