Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
xkball committed Oct 15, 2024
1 parent 4a3e6d6 commit f3fb269
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
java-version: '21'
distribution: 'temurin'

- name: Apply Cache
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: $${{ runner.os }}-gradle

- name: Build
id: build
run: ./gradlew :build :githubActionOutput --stacktrace
Expand Down

0 comments on commit f3fb269

Please sign in to comment.