Skip to content

Commit 60c8afc

Browse files
authored
Add build-cache (#48)
1 parent 8899b63 commit 60c8afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
key: ${{ runner.os }}-dependency-check-data
4848

4949
- name: Build with Gradle
50-
run: ./gradlew assemble check --stacktrace
50+
run: ./gradlew --build-cache assemble check --stacktrace
5151

5252
- name: Set tag version
5353
run: echo ::set-env name=CIRCLE_TAG::$(echo ${GITHUB_REF:10})

0 commit comments

Comments
 (0)