Browse Source

Comment out check->antora dependency

See gh-30481
pull/30619/head
rstoyanchev 3 years ago
parent
commit
806519f78a
  1. 2
      .gitignore
  2. 8
      framework-docs/framework-docs.gradle

2
.gitignore vendored

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

8
framework-docs/framework-docs.gradle

@ -45,9 +45,11 @@ tasks.create("generateAntoraResources") { @@ -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

Loading…
Cancel
Save