Skip to content

Commit

Permalink
🔨 chore: fix action warnings
Browse files Browse the repository at this point in the history
Signed-off-by: xtrm <[email protected]>
  • Loading branch information
xtrm-en committed Dec 11, 2024
1 parent db9a1a0 commit 0502bcd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -46,11 +44,10 @@ jobs:
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"
gradle-home-cache-cleanup: true
validate-wrappers: true
cache-cleanup: always
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/modern' }}


- name: Build
run: ./gradlew build

Expand Down

0 comments on commit 0502bcd

Please sign in to comment.