File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 - name : Checkout repository
4141 uses : actions/checkout@main
4242
43- - name : Set up JDK 17
43+ - name : Set up JDK 21
4444 uses : actions/setup-java@main
4545 with :
46- java-version : ' 17 '
46+ java-version : ' 21 '
4747 distribution : ' temurin'
4848 cache : ' gradle'
4949
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@main
1919
20- - name : Set up JDK 17
20+ - name : Set up JDK 21
2121 uses : actions/setup-java@main
2222 with :
23- java-version : ' 17 '
23+ java-version : ' 21 '
2424 distribution : ' temurin'
2525 cache : ' gradle'
2626
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 steps :
1919 - uses : actions/checkout@main
2020
21- - name : Set up JDK 17
21+ - name : Set up JDK 21
2222 uses : actions/setup-java@main
2323 with :
24- java-version : ' 17 '
24+ java-version : ' 21 '
2525 distribution : ' temurin'
2626 cache : ' gradle'
2727
You can’t perform that action at this time.
0 commit comments