Merge branch '6.0.x'

This commit is contained in:
rstoyanchev 2023-05-12 10:20:11 +01:00
commit a9fa813a75
2 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -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