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