File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2121
2222 strategy :
2323 matrix :
24- java : [17]
24+ java : [17, 21 ]
2525 distribution : [temurin]
2626
2727 steps :
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 @@ -19,7 +19,7 @@ We also encourage you to read the [contribution instructions by GitHub](https://
1919### Software Requirements
2020You should have the following things installed:
2121* Git
22- * Java 17 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
22+ * Java 21 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
2323* Maven
2424
2525### Recommended setup
Original file line number Diff line number Diff line change 2626 <mainClass >software.xdev.vaadin.Application</mainClass >
2727
2828 <!-- Dependency-Versions -->
29- <vaadin .version>24.1.12 </vaadin .version>
29+ <vaadin .version>24.2.0 </vaadin .version>
3030
31- <org .springframework.boot.version>3.1.4 </org .springframework.boot.version>
31+ <org .springframework.boot.version>3.1.5 </org .springframework.boot.version>
3232 </properties >
3333
3434 <dependencyManagement >
Original file line number Diff line number Diff line change 4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5050
5151 <!-- Dependency-Versions -->
52- <vaadin .version>24.1.12 </vaadin .version>
52+ <vaadin .version>24.2.0 </vaadin .version>
5353 </properties >
5454
5555 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments