Skip to content

Commit

Permalink
Remove jdkToolchain requirement for Surefire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed Jan 5, 2022
1 parent e610924 commit 55bb8fa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Expand Up @@ -98,11 +98,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration>
<jdkToolchain>
<version>[${testJavaVersion},)</version>
</jdkToolchain>
</configuration>
<!-- Note: Ideally this would specify `jdkToolchain` to make sure
a JDK >= ${testJavaVersion} is used, but unlike other plugins maven-surefire-plugin
seems to fail when no Maven toolchains are configured locally -->
</plugin>

<plugin>
Expand Down

0 comments on commit 55bb8fa

Please sign in to comment.