Skip to content

Commit

Permalink
back surefire back down to 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Dec 10, 2023
1 parent d869231 commit 38f5054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<!-- do not upgrade this version jacoco will break -->
<version>3.2.2</version>
<version>2.18</version>
<configuration>
<!-- critical for jacoco to have original argLine prefixed here-->
<argLine>${argLine} -Djava.library.path=libraries/native
Expand Down Expand Up @@ -2111,7 +2111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.2.2</version>
<version>2.18</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 38f5054

Please sign in to comment.