Update config.yml

This commit is contained in:
Ossian Winter 2020-12-28 22:19:27 +01:00 committed by GitHub
parent 598d48ac04
commit 698ba57f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -18,19 +18,9 @@ jobs:
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "build.gradle" }}
- v1-dependencies-
- run: ./gradlew clean
- run: ./gradlew setupDecompWorkspace
- run: ./gradlew build
- store_artifacts:
path: build/libs/
- save_cache:
paths:
- ~/.gradle
key: v1-dependencies-{{ checksum "build.gradle" }}