Bumping versions

This commit is contained in:
spring-builds
2025-06-16 16:26:46 +00:00
parent 91d7a9f9e1
commit 26269c9824

View File

@@ -51,7 +51,7 @@ build succeed, please raise a ticket to get the settings added to
source control. source control.
The projects that require middleware (i.e. Redis) for testing generally The projects that require middleware (i.e. Redis) for testing generally
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running. require that a local instance of https://www.docker.com/get-started[Docker] is installed and running.
[[documentation]] [[documentation]]
== Documentation == Documentation
@@ -225,7 +225,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju
If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example: If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example:
.projectRoot/src/checkstyle/checkstyle-suppresions.xml .projectRoot/src/checkstyle/checkstyle-suppressions.xml
---- ----
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC <!DOCTYPE suppressions PUBLIC
@@ -239,10 +239,11 @@ If you need to suppress some rules (e.g. line length needs to be longer), then i
It's advisable to copy the `${spring-cloud-build.rootFolder}/.editorconfig` and `${spring-cloud-build.rootFolder}/.springformat` to your project. That way, some default formatting rules will be applied. You can do so by running this script: It's advisable to copy the `${spring-cloud-build.rootFolder}/.editorconfig` and `${spring-cloud-build.rootFolder}/.springformat` to your project. That way, some default formatting rules will be applied. You can do so by running this script:
```bash [source,bash]
----
$ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig $ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig
$ touch .springformat $ touch .springformat
``` ----
[[ide-setup]] [[ide-setup]]
== IDE setup == IDE setup