From 37717430825d00f49a3eea53845e45bb366d6f24 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 9 Aug 2023 17:06:36 -0500 Subject: [PATCH] Use a map for antora.options --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6982b477d4..76b04cd636 100644 --- a/build.gradle +++ b/build.gradle @@ -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',