We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c6ff8 commit c58be62Copy full SHA for c58be62
1 file changed
.github/workflows/gradle.yml
@@ -57,10 +57,10 @@ jobs:
57
58
steps:
59
- uses: actions/checkout@v4
60
- - name: Set up JDK 17
+ - name: Set up JDK 22
61
uses: actions/setup-java@v4
62
with:
63
- java-version: '17'
+ java-version: '22'
64
distribution: 'temurin'
65
66
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
0 commit comments