mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-22 08:37:49 +01:00
Bye bye java 7!
This commit is contained in:
parent
6768f5fdce
commit
bc9d67abbd
@ -1,7 +1,7 @@
|
||||
sudo: false
|
||||
|
||||
language: java
|
||||
jdk: oraclejdk7
|
||||
jdk: oraclejdk8
|
||||
|
||||
script: mvn clean verify -B
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
machine:
|
||||
java:
|
||||
version: oraclejdk7
|
||||
version: oraclejdk8
|
||||
general:
|
||||
artifacts:
|
||||
- "target/AuthMe-*.jar"
|
||||
|
Loading…
Reference in New Issue
Block a user