1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Merge branch '5.8.x' into 6.0.x

This commit is contained in:
Marcus Da Coregio
2023-01-17 14:43:35 -03:00
+1 -1
View File
@@ -13,7 +13,7 @@ antora {
path = 'lib/antora/templates/per-branch-antora-playbook.yml'
checkLocalBranch = true
}
options = [clean: true, stacktrace: true]
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
}
tasks.register('generateAntora') {