Update .drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Christian Basler 2021-12-08 14:55:02 +01:00
parent 6b8066d473
commit 6d7b77fd4b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: adoptopenjdk/openjdk8:alpine
image: androidsdk/android-28
commands:
- ./gradlew assemble
- ./gradlew check