Comment out check->antora dependency

See gh-30481
This commit is contained in:
rstoyanchev
2023-05-12 10:19:44 +01:00
parent c3c5eaf914
commit 806519f78a
2 changed files with 5 additions and 5 deletions

View File

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