mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-23 08:41:28 +01:00
11 lines
226 B
YAML
11 lines
226 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
script: gradle clean compileJava compileTestJava test
|
|
install: true
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- "dmulloy2@live.com"
|
|
on_success: change
|
|
on_failure: always |