Skip to content

Commit 70acb44

Browse files
committed
Polish
1 parent 50f64f9 commit 70acb44

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,16 @@ We like to know the Spring Boot version, operating system, and JVM version you'r
8585

8686
== Building from Source
8787

88-
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].
89-
You also need JDK 24.
88+
You don't need to build from source to use Spring Boot.
89+
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].
90+
You also need JDK 25.
9091

9192
[source,shell]
9293
----
9394
$ ./gradlew publishToMavenLocal
9495
----
9596

96-
This will build all of the jars and documentation and publish them to your local Maven cache.
97+
This command builds all modules and publishes them to your local Maven cache.
9798
It won't run any of the tests.
9899
If you want to build everything, use the `build` task:
99100

SUPPORT.adoc

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ https://stackoverflow.com/help/how-to-ask[advice on how to ask a good question].
2424

2525

2626

27-
== Gitter
27+
== VMware Tanzu Enterprise Support
2828

29-
If you want to discuss something or have a question that isn't suited to Stack Overflow,
30-
the Spring Boot community chat in the
31-
https://gitter.im/spring-projects/spring-boot[#spring-boot room on Gitter].
32-
33-
34-
35-
== VMware Open Source Software Support
36-
37-
If you are interested in more dedicated support, VMware provides
38-
https://spring.io/support[premium support] for Spring Boot.
29+
If you are interested in more dedicated support, VMware Tanzu provides https://enterprise.spring.io/[enterprise support] for Spring Boot.

0 commit comments

Comments
 (0)