mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2024-12-26 12:30:39 +08:00
13 lines
117 B
YAML
13 lines
117 B
YAML
language: java
|
|
|
|
jdk:
|
|
- openjdk7
|
|
- oraclejdk8
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.m2
|
|
|
|
# use container
|
|
sudo: false
|