Mockserver works only on Java 8
Change-Id: I47e5ad027399cfeb5874837b3e206e052a4922da
This commit is contained in:
parent
18e75f3352
commit
b5a14d463e
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
language: groovy
|
language: groovy
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk7
|
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>jaxb2-maven-plugin</artifactId>
|
<artifactId>jaxb2-maven-plugin</artifactId>
|
||||||
|
<version>2.2</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>xjc</id>
|
<id>xjc</id>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue