From 8291fb952ddb76fdfbbfe68d442a1dc8201b5b71 Mon Sep 17 00:00:00 2001 From: abilan Date: Fri, 28 Apr 2023 11:54:39 -0400 Subject: [PATCH] Fix README for logo and required Java version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b97385376..2148204ddb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + Spring Integration [](https://build.spring.io/browse/INT-MAIN) [![Join the chat at https://gitter.im/spring-projects/spring-integration](https://badges.gitter.im/spring-projects/spring-integration.svg)](https://gitter.im/spring-projects/spring-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ================== @@ -79,7 +79,7 @@ The test results are captured in `build/reports/tests/test` (or `.../testAll`) u Add `--continue` to the command to perform a complete build, even if there are failing tests in some modules; otherwise the build will stop after the current module(s) being built are completed. -**NOTE:** While Spring Integration runs with Java SE 8 or higher, a Java 11 compiler is required to build the project. +**NOTE:** While Spring Integration runs with Java SE 17 or higher, a Java 17 compiler is required to build the project. To build and install jars into your local Maven cache: