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 sudo: false
language: java language: java
jdk: oraclejdk7 jdk: oraclejdk8
script: mvn clean verify -B script: mvn clean verify -B

View File

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

View File

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

View File

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