Skip to content

Commit a40ac31

Browse files
committed
feat: enhance sell confirmation GUI to include experience collection
1 parent ea2e70d commit a40ac31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
with:
4040
java-version: '21'
4141
distribution: 'temurin'
42-
cache: gradle
4342

4443
- name: Validate Gradle wrapper
4544
uses: gradle/wrapper-validation-action@v2
@@ -50,6 +49,7 @@ jobs:
5049
uses: gradle/actions/setup-gradle@v4
5150
with:
5251
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
52+
add-job-summary: 'on-failure'
5353

5454
- name: Make Gradle wrapper executable
5555
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)