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.
1 parent c3c5eaf commit 806519fCopy full SHA for 806519f
.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