Skip to content

Commit 098aaf7

Browse files
Fix README for current Gradle docs task
The docs in project are now based on Antora.
1 parent 6c4aea1 commit 098aaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ To build API Javadoc (results will be in `build/api`):
3030

3131
./gradlew api
3232

33-
To build reference documentation (results will be in `build/reference`):
33+
To build reference documentation (results will be in `spring-kafka-docs/build/site`):
3434

35-
./gradlew reference
35+
./gradlew antora
3636

3737
To build complete distribution including `-dist`, `-docs`, and `-schema` zip files (results will be in `build/distributions`)
3838

0 commit comments

Comments
 (0)