Skip to content

Commit a9fa813

Browse files
committed
Merge branch '6.0.x'
2 parents d99c2cf + 806519f commit a9fa813

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,3 @@ atlassian-ide-plugin.xml
5050

5151
# VS Code
5252
.vscode/
53-
54-
cached-antora-playbook.yml

framework-docs/framework-docs.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ tasks.create("generateAntoraResources") {
4545
dependsOn 'generateAntoraYml'
4646
}
4747

48-
tasks.named("check") {
49-
dependsOn 'antora'
50-
}
48+
// Commented out for now:
49+
// https://github.com/spring-projects/spring-framework/issues/30481
50+
// tasks.named("check") {
51+
// dependsOn 'antora'
52+
// }
5153

5254
jar {
5355
enabled = false

0 commit comments

Comments
 (0)