Skip to content

Commit

Permalink
Fix job-upgrade-gradle.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Sep 24, 2024
1 parent 5343e24 commit ea7dfaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/job-upgrade-gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Upgrade Gradle
id: upgrade_gradle
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'

- name: Upgrade Gradle
id: upgrade_gradle
run: |
latest_version=$(curl -s 'https://services.gradle.org/versions/current' | grep '"version"' | sed 's/.*"version" *: *"\([^"]*\)".*/\1/')
echo "Latest Gradle version: $latest_version"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/40-configuration-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,4 @@ This page was generated by [spring-configuration-property-documenter](https://gi
| enabled| java.lang.Boolean| Whether to enable validation, default is \{@code true}.| true| |
| order| java.lang.Integer| Validating interceptor order, default is \{@code 0}.| 0| |

This is a generated file, generated at: **2024-09-24T21:19:56.243918**
This is a generated file, generated at: **2024-09-24T21:22:55.589820**

0 comments on commit ea7dfaf

Please sign in to comment.