Polishing

This commit is contained in:
Sam Brannen
2023-09-05 14:52:22 +02:00
parent 552e7fb1d5
commit 0a7166234d
5 changed files with 15 additions and 21 deletions

View File

@@ -8,7 +8,6 @@ description = "Spring Framework Docs"
apply from: "${rootDir}/gradle/publications.gradle"
antora {
version = '3.2.0-alpha.2'
playbook = 'cached-antora-playbook.yml'
@@ -34,7 +33,6 @@ antora {
]
}
tasks.named("generateAntoraYml") {
asciidocAttributes = project.provider( {
return ["spring-version": project.version ]
@@ -68,4 +66,4 @@ dependencies {
implementation(project(":spring-core-test"))
implementation("org.assertj:assertj-core")
}
}