* Advance version, and drop Java 7 support Advanced the version to 1.8.0 as Java 7 support is being removed. * Remove build settings for Java 7 Removed the configuration for Java 7, and switched to trusty for access to openjdk8.
6 lines
No EOL
72 B
YAML
6 lines
No EOL
72 B
YAML
language: java
|
|
jdk:
|
|
- openjdk8
|
|
- oraclejdk8
|
|
sudo: false
|
|
dist: trusty |