diff --git a/README.adoc b/README.adoc index c34f3570361..544b139fd5b 100755 --- a/README.adoc +++ b/README.adoc @@ -85,15 +85,16 @@ We like to know the Spring Boot version, operating system, and JVM version you'r == Building from Source -You don't need to build from source to use Spring Boot (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Boot can be built and published to your local Maven cache using the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper]. -You also need JDK 24. +You don't need to build from source to use Spring Boot. +If you want to try out the latest and greatest, Spring Boot can be built and published to your local Maven cache using the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper]. +You also need JDK 25. [source,shell] ---- $ ./gradlew publishToMavenLocal ---- -This will build all of the jars and documentation and publish them to your local Maven cache. +This command builds all modules and publishes them to your local Maven cache. It won't run any of the tests. If you want to build everything, use the `build` task: diff --git a/SUPPORT.adoc b/SUPPORT.adoc index 23a8b8bbe54..19917ea3d9a 100755 --- a/SUPPORT.adoc +++ b/SUPPORT.adoc @@ -24,15 +24,6 @@ https://stackoverflow.com/help/how-to-ask[advice on how to ask a good question]. -== Gitter +== VMware Tanzu Enterprise Support -If you want to discuss something or have a question that isn't suited to Stack Overflow, -the Spring Boot community chat in the -https://gitter.im/spring-projects/spring-boot[#spring-boot room on Gitter]. - - - -== VMware Open Source Software Support - -If you are interested in more dedicated support, VMware provides -https://spring.io/support[premium support] for Spring Boot. +If you are interested in more dedicated support, VMware Tanzu provides https://enterprise.spring.io/[enterprise support] for Spring Boot.