File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,24 @@ jobs:
2121 contents : read
2222
2323 steps :
24- - uses : actions/checkout@v4
25- - name : Set up JDK 8
26- uses : actions/setup-java@v4
24+ - name : Check out
25+ uses : actions/checkout@v4
26+
27+ # - name: Set up JDK 8
28+ # uses: actions/setup-java@v4
29+ # with:
30+ # java-version: '8'
31+ # distribution: 'temurin'
32+
33+ - name : Set up JDK
34+ uses : oracle-actions/setup-java@latest
2735 with :
28- java-version : ' 8 '
29- distribution : ' temurin '
36+ website : jdk.java.net
37+ release : 11
3038
3139 # Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3240 # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
33- - name : Setup Gradle
41+ - name : Set up Gradle
3442 uses : gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
3543
3644
You can’t perform that action at this time.
0 commit comments