Bye bye java 7!

This commit is contained in:
Gabriele C 2016-09-04 14:42:50 +02:00
parent 6768f5fdce
commit bc9d67abbd
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
sudo: false
language: java
jdk: oraclejdk7
jdk: oraclejdk8
script: mvn clean verify -B

View File

@ -45,7 +45,7 @@ Outdated!
<hr>
#####Compiling Requirements:
>- JDK 1.7
>- JDK 1.8
>- Maven
>- Git/Github (Optional)
@ -54,7 +54,7 @@ Outdated!
>- Execute command "mvn clean install"
#####Running Requirements:
>- Java 1.7 or 1.8
>- Java 1.8
>- PaperSpigot, Spigot or CraftBukkit (1.7.10, 1.8.X, 1.9.X, 1.10.X)
>- ProtocolLib (optional, required by the protectInventory feature)

View File

@ -1,6 +1,6 @@
machine:
java:
version: oraclejdk7
version: oraclejdk8
general:
artifacts:
- "target/AuthMe-*.jar"

View File

@ -497,7 +497,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.4.7</version>
<version>2.5.0-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>