We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfcf20 commit be04212Copy full SHA for be04212
.github/workflows/gradle.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
31
- - name: Set up JDK 21 with Amazon Corretto
+ - name: Set up JDK 25 with Amazon Corretto
32
uses: actions/setup-java@v4
33
with:
34
java-version: '25'
@@ -56,10 +56,10 @@ jobs:
56
57
58
59
60
61
62
- java-version: '21'
+ java-version: '25'
63
distribution: 'corretto'
64
65
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
0 commit comments