Skip to content

Commit 81b462c

Browse files
committed
Polish
1 parent e036303 commit 81b462c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,16 @@ We like to know the Spring Web Services version, operating system, and JVM versi
4646

4747
== Building from Source
4848

49-
You don't need to build from source to use Spring Web Services (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Web Services can be built and published to your local Maven cache using the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper].
49+
You don't need to build from source to use Spring Web Services (binaries in https://repo.spring.io[repo.spring.io]).
50+
If you want to try out the latest and greatest, Spring Web Services can be built and published to your local Maven cache using the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper].
5051
You also need JDK 17.
5152

5253
[source,shell]
5354
----
5455
$ ./gradlew publishToMavenLocal
5556
----
5657

57-
This will build all of the jars and documentation and publish them to your local Maven cache.
58+
This will build all the jars and documentation and publish them to your local Maven cache.
5859
It won't run any of the tests.
5960
If you want to build everything, use the `build` task:
6061

0 commit comments

Comments
 (0)