We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d99c2cf + 806519f commit a9fa813Copy full SHA for a9fa813
.gitignore
@@ -50,5 +50,3 @@ atlassian-ide-plugin.xml
50
51
# VS Code
52
.vscode/
53
-
54
-cached-antora-playbook.yml
framework-docs/framework-docs.gradle
@@ -45,9 +45,11 @@ tasks.create("generateAntoraResources") {
45
dependsOn 'generateAntoraYml'
46
}
47
48
-tasks.named("check") {
49
- dependsOn 'antora'
-}
+// Commented out for now:
+// https://github.com/spring-projects/spring-framework/issues/30481
+// tasks.named("check") {
+// dependsOn 'antora'
+// }
jar {
55
enabled = false
0 commit comments