We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ea3f9 commit d60345fCopy full SHA for d60345f
.github/workflows/gradle.yml
@@ -23,10 +23,10 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
- name: Set up JDK 17
26
- uses: actions/setup-java@v4
27
- with:
28
- java-version: '17'
29
- distribution: 'temurin'
+ uses: actions/setup-java@v3
+ with:
+ java-version: '21'
+ distribution: 'temurin'
30
31
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
32
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
0 commit comments