File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222
2323 steps :
2424 - 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'
25+ - name : Set up JDK 21
26+ uses : actions/setup-java@v4
27+ with :
28+ java-version : ' 21 '
29+ distribution : ' temurin'
3030
3131 # Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3232 # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
@@ -55,11 +55,11 @@ jobs:
5555
5656 steps :
5757 - uses : actions/checkout@v4
58- - name : Set up JDK 17
59- uses : actions/setup-java@v4
60- with :
61- java-version : ' 17 '
62- distribution : ' temurin'
58+ - name : Set up JDK 21
59+ uses : actions/setup-java@v4
60+ with :
61+ java-version : ' 21 '
62+ distribution : ' temurin'
6363
6464 # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
6565 # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
You can’t perform that action at this time.
0 commit comments