GitLab CI: update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user