We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8899b63 commit 60c8afcCopy full SHA for 60c8afc
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
key: ${{ runner.os }}-dependency-check-data
48
49
- name: Build with Gradle
50
- run: ./gradlew assemble check --stacktrace
+ run: ./gradlew --build-cache assemble check --stacktrace
51
52
- name: Set tag version
53
run: echo ::set-env name=CIRCLE_TAG::$(echo ${GITHUB_REF:10})
0 commit comments