We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58139a commit 0218beaCopy full SHA for 0218bea
1 file changed
images/build/pom.xml
@@ -60,7 +60,8 @@
60
<artifactId>maven-surefire-plugin</artifactId>
61
<version>2.17</version>
62
<configuration>
63
- <argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
+ <!--argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine-->
64
+ <useSystemClassLoader>false</useSystemClassLoader>
65
</configuration>
66
</plugin>
67
<plugin>
0 commit comments