This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ configure(allprojects) { project ->
6868 maven { url ' https://repo.spring.io/snapshot' }
6969 }
7070
71- apply plugin : ' maven-publish'
7271 apply plugin : ' eclipse'
7372 apply plugin : ' idea'
7473 apply plugin : ' java'
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ configure(rootProject) {
2626 attributes ' allow-uri-read' : ' ' ,
2727 ' attribute-missing' : ' warn' ,
2828 ' revdate' : " ${ date} " ,
29+ ' revremark' : " test" ,
2930 ' docinfo' : ' ' ,
3031 ' toc2' : ' ' ,
3132 ' compat-mode' : ' ' ,
@@ -44,9 +45,7 @@ configure(rootProject) {
4445 resources {
4546 from(sourceDir) {
4647 include ' images/**'
47- include ' highlight/**/*'
4848 }
49-
5049 }
5150 outputDir file(" $buildDir /docs/asciidoc/html" )
5251 logDocuments = true
Original file line number Diff line number Diff line change 11= Reactor RabbitMQ Reference Guide
2- Arnaud Cogoluègnes, Pawel Mackowski
3- // version is automatically set in asciidoc.gradle, no need to change it here
4- :appversion: 1.0.0.BUILD-SNAPSHOT
2+ Arnaud Cogoluègnes; Pawel Mackowski
53ifndef::host-github[:ext-relative: {outfilesuffix}]
64{appversion}
75:doctype: book
You can’t perform that action at this time.
0 commit comments