aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
blob: bbb3ff33c3f46f4a5a329bc9a876a58164beeb89 (plain)
1
2
3
4
5
6
7
8
9
kind: pipeline
type: docker
name: default

steps:
    -   name: Build
        image: eclipse-temurin:17-alpine
        commands:
            - ./gradlew build