mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 19:06:07 +00:00
Compile on JDK 6, 7, and 8
Ensure that all JDKs are supported.
This commit is contained in:
parent
03f8843c20
commit
1952c6f91a
@ -3,7 +3,8 @@ notifications:
|
||||
email: false
|
||||
before_install: chmod +x gradlew
|
||||
install: ./gradlew setupCIWorkspace -S
|
||||
matrix:
|
||||
include:
|
||||
- jdk: oraclejdk7
|
||||
script: ./gradlew build -S
|
||||
script: ./gradlew build -S
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- oraclejdk7
|
||||
- openjdk6
|
||||
|
Loading…
Reference in New Issue
Block a user