mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-17 12:27:05 +01:00
Alan Orth
112cb8a133
This reverts commit 4d59c1a00d
.
Something's wrong with Java 8 in Travis's Ubuntu Focal environment:
Expected feature release number in range of 9 to 16, but got: 8
9 lines
94 B
YAML
9 lines
94 B
YAML
dist: bionic
|
|
language: java
|
|
jdk:
|
|
- openjdk8
|
|
script:
|
|
- mvn package -B
|
|
|
|
# vim: ts=2 sw=2 et
|