mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +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
|
email: false
|
||||||
before_install: chmod +x gradlew
|
before_install: chmod +x gradlew
|
||||||
install: ./gradlew setupCIWorkspace -S
|
install: ./gradlew setupCIWorkspace -S
|
||||||
matrix:
|
script: ./gradlew build -S
|
||||||
include:
|
jdk:
|
||||||
- jdk: oraclejdk7
|
- oraclejdk8
|
||||||
script: ./gradlew build -S
|
- oraclejdk7
|
||||||
|
- openjdk6
|
||||||
|
Loading…
Reference in New Issue
Block a user