cryptoprice/bitbucket-pipelines.yml

9 lines
137 B
YAML

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