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 b939a70 commit 81f7436Copy full SHA for 81f7436
.github/workflows/gradle.yml
@@ -24,11 +24,11 @@ jobs:
24
25
steps:
26
- uses: actions/checkout@v4
27
- - name: Set up JDK 21
+ - name: Set up JDK 23
28
uses: actions/setup-java@v4
29
with:
30
distribution: 'oracle'
31
- java-version: '21'
+ java-version: '23'
32
33
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
34
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
0 commit comments