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 2c19ac8 commit 83a6adaCopy full SHA for 83a6ada
.github/workflows/gradle.yml
@@ -22,10 +22,10 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v4
25
- - name: Set up JDK 17
+ - name: Set up JDK 21
26
uses: actions/setup-java@v4
27
with:
28
- java-version: '17'
+ java-version: '21'
29
distribution: 'temurin'
30
31
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
@@ -55,10 +55,10 @@ jobs:
55
56
57
58
59
60
61
62
63
64
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
0 commit comments