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 c0f7cec commit 4cbb057Copy full SHA for 4cbb057
docs/spring-security-docs.gradle
@@ -13,7 +13,7 @@ antora {
13
path = 'lib/antora/templates/per-branch-antora-playbook.yml'
14
checkLocalBranch = true
15
}
16
- options = [clean: true, stacktrace: true]
+ options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
17
18
19
tasks.register('generateAntora') {
0 commit comments