mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-10 17:15:49 +01:00
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
|