mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-10-31 17:19:21 +00:00
14 lines
143 B
YAML
14 lines
143 B
YAML
sudo: false
|
|
dist: bionic
|
|
|
|
language: java
|
|
jdk:
|
|
- openjdk8
|
|
- openjdk11
|
|
|
|
install: true
|
|
script: ./gradlew build
|
|
|
|
notifications:
|
|
email: false
|