We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45b017 commit b71d59fCopy full SHA for b71d59f
.github/workflows/gradle.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/setup-java@v3
23
with:
24
distribution: 'temurin'
25
- java-version: '8'
+ java-version: '21'
26
- name: make gradle wrapper executable
27
run: chmod +x ./gradlew
28
- name: Build
0 commit comments