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:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
@@ -7,5 +7,5 @@ before_script:
build:
stage: build
only:
- dev/ci
- master
script: gradle --console=plain publish