Making this version a property will allow builds The Surefire and Failsafe plugin versions which we normally want to use are throwing an NPE when running testson JDK10.
Let's override the version, this is useful to e.g. workaround compatibility issues with versions used specifically on JDK10 by changing the version of Surefire for the JDK10 builds , without having to change Surefire for all so that we can continue using other versions for the main JDKs we use cases . |
|