Using system wide Gradle.
This commit is contained in:
parent
6d340eb5c4
commit
f17ce191d7
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ stages:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script: ./gradlew --build-cache assemble
|
script: gradle --build-cache assemble
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_COMMIT_REF_NAME"
|
key: "$CI_COMMIT_REF_NAME"
|
||||||
policy: push
|
policy: push
|
||||||
|
@ -22,7 +22,7 @@ build:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script: ./gradlew check
|
script: gradle check
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_COMMIT_REF_NAME"
|
key: "$CI_COMMIT_REF_NAME"
|
||||||
policy: pull
|
policy: pull
|
||||||
|
|
|
@ -7,7 +7,7 @@ import java.util.*
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.github.ben-manes.versions") version "0.38.0"
|
id("com.github.ben-manes.versions") version "0.38.0"
|
||||||
id("io.gitlab.arturbosch.detekt") version "1.17.0"
|
id("io.gitlab.arturbosch.detekt") version "1.17.1"
|
||||||
id("org.jetbrains.dokka") version "1.4.32"
|
id("org.jetbrains.dokka") version "1.4.32"
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.5.0"
|
id("org.jetbrains.kotlin.jvm") version "1.5.0"
|
||||||
id("org.sonarqube") version "3.2.0"
|
id("org.sonarqube") version "3.2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue