Skip to content

Commit 5d77c29

Browse files
committed
fix: unbreak copy in bootJar example
I could not get /html5 to work but removing it made it work. It is also what is done in this example https://github.com/spring-projects/spring-restdocs-samples/blob/7ccbf89908ce1726c9c7dd30d291bb61f95436a3/rest-assured/build.gradle#L49 Signed-off-by: Jens Teglhus Møller <[email protected]>
1 parent 8fd536c commit 5d77c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If you are not using Spring Boot and its plugin management, declare the plugin w
181181
----
182182
bootJar {
183183
dependsOn asciidoctor <1>
184-
from ("${asciidoctor.outputDir}/html5") { <2>
184+
from ("${asciidoctor.outputDir}") { <2>
185185
into 'static/docs'
186186
}
187187
}

0 commit comments

Comments
 (0)