fix(pipeline): Switch to gradle action

This commit is contained in:
2025-11-20 09:14:10 +01:00
parent af63ee7061
commit 123367679c
2 changed files with 4 additions and 10 deletions

View File

@@ -131,16 +131,10 @@ jobs:
distribution: 'temurin'
java-version: '21'
- name: Setup Gradle cache
uses: actions/cache@v4
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
legalconsenthub-backend/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
gradle-version: wrapper
- name: Make gradlew executable
run: chmod +x gradlew