Merge branch '2.3.x'

Closes gh-21651
This commit is contained in:
Andy Wilkinson
2020-06-02 09:42:34 +01:00
75 changed files with 74 additions and 75 deletions

View File

@@ -151,7 +151,6 @@ class AsciidoctorConventions {
attributes.put("attribute-missing", "warn");
attributes.put("github-tag", determineGitHubTag(project));
attributes.put("spring-boot-artifactory-repo", ArtifactoryRepository.forProject(project));
attributes.put("version", "{gradle-project-version}");
attributes.put("revnumber", null);
asciidoctorTask.attributes(attributes);
}