Skip to content

Commit 5a81165

Browse files
committed
exit 0
1 parent fbe666a commit 5a81165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/job-upgrade-spring-boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
if [ "$current_version" == "$latest_version" ]; then
2828
echo "Spring Boot version is up to date"
29-
exit 1
29+
exit 0
3030
fi
3131
3232
sed -i "s/^springBootVersion=.*/springBootVersion=$latest_version/" gradle.properties

website/docs/40-configuration-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ This page was generated by [spring-configuration-property-documenter](https://gi
4141
|---|----|-----------|-------------|-----------|
4242
| enabled| java.lang.Boolean| Whether to enable refresh exchange clients, default \{@code false}. <p> This feature needs \{@code spring-cloud-context} dependency in the classpath. <p color="orange"> NOTE: This feature is not supported by native image. @see <a href="https://github.com/spring-cloud/spring-cloud-release/wiki/AOT-transformations-and-native-image-support#refresh-scope">Refresh Scope</a>| false| |
4343

44-
This is a generated file, generated at: **2024-09-21T17:20:14.609336**
44+
This is a generated file, generated at: **2024-09-21T17:40:42.716102**

0 commit comments

Comments
 (0)