We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac3f6e commit 93a2e44Copy full SHA for 93a2e44
.github/workflows/build.yml
@@ -63,14 +63,14 @@ jobs:
63
name: build-output
64
path: .
65
66
-# - name: Bring in the gradle wrapper running the build
67
-# uses: gradle/wrapper-validation-action@v3
68
-#
69
-# - name: Set up JDK 21
70
-# uses: actions/setup-java@v5
71
-# with:
72
-# java-version: 21
73
-# distribution: 'temurin'
+ - name: Bring in the gradle wrapper running the build
+ uses: gradle/actions/wrapper-validation@v4
+
+ - name: Set up JDK 21
+ uses: actions/setup-java@v5
+ with:
+ java-version: 21
+ distribution: 'temurin'
74
75
- name: Grant execute permission for gradlew
76
run: chmod +x gradlew
0 commit comments