Skip to content

Commit

Permalink
Merge pull request #64 from driessamyn/uptimise-gradle-build
Browse files Browse the repository at this point in the history
Build: use gradle setup action in main build.
  • Loading branch information
driessamyn authored Jan 30, 2025
2 parents 9532def + 5a26789 commit 509d88f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- name: Cache Gradle packages
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2

- name: Build & Test with Gradle
env:
Expand Down

0 comments on commit 509d88f

Please sign in to comment.