Merge branch '5.7.x' into 5.8.x

This commit is contained in:
Marcus Da Coregio 2023-01-17 14:43:17 -03:00
commit 108b03da3a

View File

@ -13,7 +13,7 @@ antora {
path = 'lib/antora/templates/per-branch-antora-playbook.yml' path = 'lib/antora/templates/per-branch-antora-playbook.yml'
checkLocalBranch = true checkLocalBranch = true
} }
options = [clean: true, stacktrace: true] options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
} }
tasks.register('generateAntora') { tasks.register('generateAntora') {