github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/testdata/build-and-test/java_gradle.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - name: build 5 spec: 6 clone: {} 7 platform: 8 arch: amd64 9 os: linux 10 runtime: 11 spec: {} 12 type: cloud 13 steps: 14 - name: Set up JDK 17 15 spec: 16 uses: actions/setup-java@v3 17 with: 18 distribution: temurin 19 java-version: "17" 20 type: action 21 - name: Validate Gradle wrapper 22 spec: 23 uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b 24 type: action 25 - name: Build with Gradle 26 spec: 27 uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 28 with: 29 arguments: build 30 type: action 31 type: ci 32 version: 1