There was an error while loading. Please reload this page.
1 parent e90294e commit 188a7f9Copy full SHA for 188a7f9
.travis.yml
@@ -42,7 +42,7 @@ jobs:
42
- env: srv=mariadb v=10.3 local=1
43
- env: srv=mariadb v=10.4 local=1
44
- env: srv=mariadb v=10.5 packet=40
45
- - env: srv=mariadb v=10.5 packet=8
+ - env: srv=mariadb v=10.5 packet=8 jdk=openjdk8
46
- env: srv=mariadb v=10.5 BENCH=1
47
- env: srv=maxscale
48
- env: srv=build v=10.6
pom.xml
@@ -271,7 +271,9 @@
271
<configuration>
272
<destFile>${jacoco.reportPath}</destFile>
273
<append>true</append>
274
-
+ <excludes>
275
+ <exclude>META-INF/**</exclude>
276
+ </excludes>
277
</configuration>
278
<executions>
279
<execution>
0 commit comments