Set skipJapicmp to true as there is no previous release yet

This commit is contained in:
Norman Maurer 2021-07-26 08:36:14 +02:00
parent a8dc3f73d4
commit 5eb9445990

View File

@ -488,7 +488,7 @@
<skipOsgiTestsuite>false</skipOsgiTestsuite>
<skipAutobahnTestsuite>false</skipAutobahnTestsuite>
<skipHttp2Testsuite>false</skipHttp2Testsuite>
<skipJapicmp>false</skipJapicmp>
<skipJapicmp>true</skipJapicmp>
<brotli4j.version>1.5.0</brotli4j.version>
<!-- By default skip native testsuite as it requires a custom environment with graalvm installed -->
<skipNativeImageTestsuite>true</skipNativeImageTestsuite>