Skip to content

Commit 1d08d3b

Browse files
committed
Various Docs build fixes
https://build.spring.io/browse/INT-MASTER-1568/ * Fix `whats-new.adoc` for broken link * remove `logDocuments = true` from the `build.gradle` * Change the Gradle task name in the `.travis.yml` for consistency
1 parent 2a50a26 commit 1d08d3b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ install: true
1515
env:
1616
- TERM=dumb SI_FATAL_WHEN_NO_BEANFACTORY=true NO_REFERENCE_TASK=true
1717
script:
18-
- ./gradlew check checkAsciiDocLinks --refresh-dependencies --no-daemon
18+
- ./gradlew check checkAsciidocLinks --refresh-dependencies --no-daemon

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,6 @@ task('makePDF', type: org.asciidoctor.gradle.AsciidoctorTask) {
900900
include 'index-single.adoc'
901901
}
902902
options doctype: 'book', eruby: 'erubis'
903-
logDocuments = true
904903
attributes 'icons': 'font',
905904
'sectanchors': '',
906905
'sectnums': '',
@@ -919,7 +918,6 @@ asciidoctor {
919918
}
920919
}
921920
options doctype: 'book', eruby: 'erubis'
922-
logDocuments = true
923921
attributes 'docinfo': 'shared',
924922
// use provided stylesheet
925923
stylesdir: "css/",

src/reference/asciidoc/whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The `splitter` now supports a `discardChannel` configuration option.
4343
See <<./splitter.adoc#splitter,Splitter>> for more information.
4444

4545
The Control Bus can now handle `Pausable` (extension of `Lifecycle`) operations.
46-
See <<control-bus>> for more information.
46+
See <<./control-bus.adoc#control-bus,Control Bus>> for more information.
4747

4848
[[x5.2-amqp]]
4949
==== AMQP Changes

0 commit comments

Comments
 (0)