Skip to content

Commit 7e11cc2

Browse files
authored
Update main.yml
1 parent 55f97fc commit 7e11cc2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,8 @@ jobs:
3131
with:
3232
java-version: '17'
3333
distribution: 'temurin'
34-
- name: Cache Dependencies
35-
uses: actions/cache@v4
36-
with:
37-
# Avoid caching the generated artifacts
38-
path: |
39-
~/.gradle/*
40-
~/.m2/repository/*
41-
key: "${{ matrix.runtime }}-maven-${{ hashFiles('**/pom.xml') }}"
34+
- name: Set up Gradle
35+
uses: gradle/actions/setup-gradle@v4
4236
- name: Build Project
4337
run: ./gradlew build --no-daemon
4438
- name: Upload test reports

0 commit comments

Comments
 (0)