We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4aea1 commit 098aaf7Copy full SHA for 098aaf7
README.md
@@ -30,9 +30,9 @@ To build API Javadoc (results will be in `build/api`):
30
31
./gradlew api
32
33
-To build reference documentation (results will be in `build/reference`):
+To build reference documentation (results will be in `spring-kafka-docs/build/site`):
34
35
- ./gradlew reference
+ ./gradlew antora
36
37
To build complete distribution including `-dist`, `-docs`, and `-schema` zip files (results will be in `build/distributions`)
38
0 commit comments