mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 21:26:17 +01:00
9dfffe5366
Something about Oracle and licenses. Who woulda thought
11 lines
224 B
YAML
11 lines
224 B
YAML
language: java
|
|
jdk:
|
|
- openjdk8
|
|
script: gradle clean compileJava compileTestJava test
|
|
install: true
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- "dmulloy2@live.com"
|
|
on_success: change
|
|
on_failure: always |