Skip to content

Commit

Permalink
Comment out check->antora dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed May 12, 2023
1 parent c3c5eaf commit 806519f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ atlassian-ide-plugin.xml

# VS Code
.vscode/

cached-antora-playbook.yml
8 changes: 5 additions & 3 deletions framework-docs/framework-docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 806519f

Please sign in to comment.