Remove commented out check->antora task dependency

Instead of having antora run always, which happens regardless of
whether anything has changed, we'll have it invoked as part of the CI
build, and we'll have to run it locally ourselves when necessary.

See gh-30481
This commit is contained in:
rstoyanchev 2023-05-23 14:55:39 +01:00
parent ab253470f0
commit 5bca25fe44
1 changed files with 0 additions and 6 deletions

View File

@ -45,12 +45,6 @@ tasks.create("generateAntoraResources") {
dependsOn 'generateAntoraYml' dependsOn 'generateAntoraYml'
} }
// Commented out for now:
// https://github.com/spring-projects/spring-framework/issues/30481
// tasks.named("check") {
// dependsOn 'antora'
// }
jar { jar {
enabled = false enabled = false
} }