mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore(deps): update gradle/gradle-build-action action to v2.1.5
This commit is contained in:
parent
684aa00fc5
commit
8365d5240d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
uses: gradle/gradle-build-action@v2.1.4
|
uses: gradle/gradle-build-action@v2.1.5
|
||||||
with:
|
with:
|
||||||
arguments: check --stacktrace --no-configuration-cache
|
arguments: check --stacktrace --no-configuration-cache
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ jobs:
|
||||||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||||
|
|
||||||
- name: Check codestyle with Spotless
|
- name: Check codestyle with Spotless
|
||||||
uses: gradle/gradle-build-action@v2.1.4
|
uses: gradle/gradle-build-action@v2.1.5
|
||||||
with:
|
with:
|
||||||
arguments: spotlessCheck --no-configuration-cache
|
arguments: spotlessCheck --no-configuration-cache
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
||||||
|
|
||||||
- name: Build release app
|
- name: Build release app
|
||||||
uses: gradle/gradle-build-action@v2.1.4
|
uses: gradle/gradle-build-action@v2.1.5
|
||||||
with:
|
with:
|
||||||
arguments: collectReleaseApks --no-configuration-cache
|
arguments: collectReleaseApks --no-configuration-cache
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue