Skip to content

Commit 6f04c7b

Browse files
committed
Merge branch '5.2.x'
2 parents 6e7be76 + a532c52 commit 6f04c7b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

gradle/docs.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,11 @@ asciidoctorj {
137137
sectnums: '',
138138
'source-highlighter': 'highlight.js',
139139
highlightjsdir: 'js/highlight',
140+
<<<<<<< HEAD
140141
'highlightjs-theme': 'googlecode',
142+
=======
143+
'highlightjs-theme': 'github', // 'googlecode',
144+
>>>>>>> 5.2.x
141145
stylesdir: 'css/',
142146
stylesheet: 'stylesheet.css',
143147
'spring-version': project.version
@@ -194,10 +198,10 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor', 'asciidoctorPdf', 'dok
194198
from (api) {
195199
into "javadoc-api"
196200
}
197-
from ("$asciidoctor.outputDir/html5") {
201+
from ("$asciidoctor.outputDir") {
198202
into "reference/html"
199203
}
200-
from ("$asciidoctor.outputDir/pdf") {
204+
from ("$asciidoctorPdf.outputDir") {
201205
into "reference/pdf"
202206
}
203207
from (dokka) {

src/docs/asciidoc/testing.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8441,6 +8441,7 @@ Spring MVC Test's own tests include
84418441
https://github.com/spring-projects/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/client/samples[example
84428442
tests] of client-side REST tests.
84438443

8444+
include::testing/testing-webtestclient.adoc[leveloffset=+2]
84448445

84458446

84468447
[[testing-resources]]

0 commit comments

Comments
 (0)