diff --git a/.drone.yml b/.drone.yml index 9c0dd71..7f3a76f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: build - image: gradle:jdk11 + image: gradle:latest commands: - cd ./src/ - gradle build