cryptoprice/bitbucket-pipelines.yml
2021-05-08 23:28:06 -07:00

9 lines
137 B
YAML

image: openjdk:11
pipelines:
default:
- step:
caches:
- gradle
script:
- bash ./gradlew check