Skip to content

Commit

Permalink
chore(ci): Remove caching from release.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstdio committed Sep 22, 2021
1 parent bc2fa3d commit a7c385b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Cache Gradle packages
uses: actions/cache@v1
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Build
run: ./gradlew build --stacktrace
- name: Configure Git Author
Expand Down

0 comments on commit a7c385b

Please sign in to comment.