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

2
.gitignore vendored
View File

@ -50,5 +50,3 @@ atlassian-ide-plugin.xml
# VS Code # VS Code
.vscode/ .vscode/
cached-antora-playbook.yml

View File

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