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

Commit c78d962

Browse files
committed
Polish upgrade to Gradle 7.2
After @simonbasle's remarks. References #169
1 parent 7284689 commit c78d962

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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'

gradle/asciidoc.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

src/docs/asciidoc/index.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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
53
ifndef::host-github[:ext-relative: {outfilesuffix}]
64
{appversion}
75
:doctype: book

0 commit comments

Comments
 (0)