Set build target to Java 8

This commit is contained in:
DoNotSpamPls 2018-08-17 09:38:02 +03:00
parent ff310d000f
commit 17b93992d8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
language: java
jdk: [ openjdk7 ]
jdk: [ openjdk8 ]
sudo: false
env:
global:

View File

@ -437,8 +437,8 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>