File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,10 @@ jobs:
117117 rsync -a --remove-source-files output/json-schema ../src/main/resources
118118 rsync -a --remove-source-files output/xsd ../src/main/resources
119119
120- - name : Install JDK 11
120+ - name : Install JDK
121121 uses : actions/setup-java@v4
122- if : steps.filter.outputs.parsing_required == 'true'
123122 with :
124- java-version : ' 11 '
123+ java-version : ' 21 '
125124 distribution : ' temurin'
126125
127126 - name : Grant execute permission for Gradlew
Original file line number Diff line number Diff line change 2424 ref : ${{ github.event.inputs.branch }}
2525
2626 - name : Set up JDK
27- uses : actions/setup-java@v2
27+ uses : actions/setup-java@v4
2828 with :
29- java-version : " 11 "
29+ java-version : " 21 "
3030 distribution : " temurin"
3131
3232 - name : Grant execute permission for Gradlew
Original file line number Diff line number Diff line change 1616 - name : Set up JDK
1717 uses : actions/setup-java@v2
1818 with :
19- java-version : ' 11 '
19+ java-version : ' 21 '
2020 distribution : ' temurin'
2121
2222 - name : Grant execute permission for Gradlew
You can’t perform that action at this time.
0 commit comments