9dfffe5366
Something about Oracle and licenses. Who woulda thought
11 Zeilen
224 B
YAML
11 Zeilen
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 |