--- steps: build: image: gradle:jdk17 commands: - gradle --build-cache assemble upload: image: gradle:jdk17 commands: - gradle publish when: branch: master