Use a map for antora.options

This commit is contained in:
Rob Winch
2023-08-09 17:06:36 -05:00
parent 1e3b4cdc34
commit 3771743082

View File

@@ -5,7 +5,7 @@ plugins {
antora {
version = '3.2.0-alpha.2'
options = ['--clean', '--fetch', '--stacktrace']
options = [clean: true, fetch: true, stacktrace: true]
environment = [
'ALGOLIA_API_KEY': '042f6aaab6ce998d2ea29e60167e1660',
'ALGOLIA_APP_ID': 'WB1FQYI187',