cloudbuild.yaml (8 lines of code) (raw):

steps: - name: ${_GRADLE_IMAGE} id: build-adapter args: - gradle - build substitutions: _GRADLE_IMAGE: 'gradle:7-jdk11'