Avoid SUREFIRE-1439 by using 2.21.0-SNAPSHOT when building with JDK 10
See gh-12028
This commit is contained in:
parent
f80343b2ea
commit
a7d05d4276
|
@ -776,5 +776,23 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>java10</id>
|
||||||
|
<activation>
|
||||||
|
<jdk>10</jdk>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<maven-surefire-plugin.version>2.21.0-SNAPSHOT</maven-surefire-plugin.version>
|
||||||
|
</properties>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>apache-snapshots</id>
|
||||||
|
<url>https://repository.apache.org/content/groups/snapshots</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue