mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-22 16:48:21 +01:00
Bye bye java 7!
This commit is contained in:
parent
6768f5fdce
commit
bc9d67abbd
@ -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
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
machine:
|
machine:
|
||||||
java:
|
java:
|
||||||
version: oraclejdk7
|
version: oraclejdk8
|
||||||
general:
|
general:
|
||||||
artifacts:
|
artifacts:
|
||||||
- "target/AuthMe-*.jar"
|
- "target/AuthMe-*.jar"
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user