This repository was archived by the owner on Jan 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 strategy :
1919 matrix :
20- java : [11, 17]
20+ java : [11, 17, 21 ]
2121 java-package : [jdk]
2222 distribution : [temurin]
2323 include :
3030 - uses : actions/checkout@v4
3131
3232 - name : Set up JDK
33- uses : actions/setup-java@v3
33+ uses : actions/setup-java@v4
3434 with :
3535 distribution : ${{ matrix.distribution }}
3636 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616
1717 - name : Set up JDK
18- uses : actions/setup-java@v3
18+ uses : actions/setup-java@v4
1919 with :
2020 distribution : ' zulu'
2121 java-version : ' 8'
@@ -117,7 +117,7 @@ jobs:
117117 git pull
118118
119119 - name : Set up JDK OSSRH
120- uses : actions/setup-java@v3
120+ uses : actions/setup-java@v4
121121 with : # running setup-java again overwrites the settings.xml
122122 distribution : ${{ matrix.distribution }}
123123 java-version : ${{ matrix.java }}
@@ -149,7 +149,7 @@ jobs:
149149 git pull
150150
151151 - name : Set up JDK
152- uses : actions/setup-java@v3
152+ uses : actions/setup-java@v4
153153 with :
154154 distribution : ' temurin'
155155 java-version : ' 11'
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222
2323 - name : Set up JDK OSSRH
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v4
2525 with : # running setup-java again overwrites the settings.xml
2626 distribution : ${{ matrix.distribution }}
2727 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 8686 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8787 run : |
8888 gh_pr_up() {
89- gh pr create "$ @" || gh pr edit "$@"
89+ gh pr create -H "${{ env.UPDATE_BRANCH }}" "$ @" || (git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@")
9090 }
9191 gh_pr_up -B "${{ steps.main.outputs.current_branch }}" \
92- -H "${{ env.UPDATE_BRANCH }}" \
9392 --title "Update from template" \
9493 --body "An automated PR to sync changes from the template into this repo"
Original file line number Diff line number Diff line change 136136 <plugin >
137137 <groupId >org.apache.maven.plugins</groupId >
138138 <artifactId >maven-javadoc-plugin</artifactId >
139- <version >3.6.0 </version >
139+ <version >3.6.3 </version >
140140 <executions >
141141 <execution >
142142 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments