File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
5050 - name : Gradle Wrapper Validation
5151 uses : gradle/wrapper-validation-action@v1.0.5
5252
53- # Setup Java 11 environment for the next steps
53+ # Setup Java 17 environment for the next steps
5454 - name : Setup Java
5555 uses : actions/setup-java@v3
5656 with :
5757 distribution : zulu
58- java-version : 11
58+ java-version : 17
5959
6060 # Set environment variables
6161 - name : Export Properties
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 submodules : true
2222 ref : ${{ github.event.release.tag_name }}
2323
24- # Setup Java 11 environment for the next steps
24+ # Setup Java 17 environment for the next steps
2525 - name : Setup Java
2626 uses : actions/setup-java@v3
2727 with :
2828 distribution : zulu
29- java-version : 11
29+ java-version : 17
3030
3131 # Set environment variables
3232 - name : Export Properties
You can’t perform that action at this time.
0 commit comments