0

GitLab CI: update

This commit is contained in:
2021-10-22 12:46:58 +03:00
parent e78e34f29c
commit e5c147833c

View File

@@ -1,4 +1,4 @@
image: gradle:6.7.0-jdk8 image: gradle:7.2.0-jdk8
variables: variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false" GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script: before_script:
@@ -7,5 +7,5 @@ before_script:
build: build:
stage: build stage: build
only: only:
- dev/ci - master
script: gradle --console=plain publish script: gradle --console=plain publish