mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish
This commit is contained in:
+4
-3
@@ -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:
|
||||
|
||||
|
||||
+2
-11
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user