image: gradle:7.2.0-jdk8 variables: GRADLE_OPTS: "-Dorg.gradle.daemon=false" before_script: - export GRADLE_USER_HOME=`pwd`/.gradle build: stage: build only: - master script: gradle --console=plain publish