mobibot/bitbucket-pipelines.yml
2020-07-26 02:13:01 -07:00

9 lines
137 B
YAML

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