Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 1005c20

Browse files
committed
Fix dependency management blocks for HTML rendering
1 parent f8b48ad commit 1005c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ you need to include a dependency to Reactor RabbitMQ.
134134

135135
For Gradle:
136136

137-
[source,groovy,subs="attributes"]
137+
[source,groovy,subs="attributes,specialcharacters"]
138138
--------
139139
dependencies {
140140
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:{appversion}"
@@ -144,7 +144,7 @@ dependencies {
144144

145145
For Maven:
146146

147-
[source,xml,subs="attributes"]
147+
[source,xml,subs="attributes,specialcharacters"]
148148
--------
149149
<dependency>
150150
<groupId>io.projectreactor.rabbitmq</groupId>

0 commit comments

Comments
 (0)