mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-05 20:36:06 +00:00
1952c6f91a
Ensure that all JDKs are supported.
11 lines
192 B
YAML
11 lines
192 B
YAML
language: java
|
|
notifications:
|
|
email: false
|
|
before_install: chmod +x gradlew
|
|
install: ./gradlew setupCIWorkspace -S
|
|
script: ./gradlew build -S
|
|
jdk:
|
|
- oraclejdk8
|
|
- oraclejdk7
|
|
- openjdk6
|