Skip to content

Commit 33b1038

Browse files
mojavelinuxjzheaux
authored andcommitted
upgrade Gradle Antora plugin and extension packages
1 parent 063b48c commit 33b1038

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
plugins {
22
id 'base'
3-
id 'org.antora' version '1.0.0-alpha.3'
3+
id 'org.antora' version '1.0.0-alpha.5'
44
}
55

66
antora {
77
version = '3.2.0-alpha.2'
8-
options = ['--clean', '--fetch', '--stacktrace']
8+
options = [clean: true, fetch: true, stacktrace: true]
99
environment = [
1010
'ALGOLIA_API_KEY': '82c7ead946afbac3cf98c32446154691',
1111
'ALGOLIA_APP_ID': '244V8V9FGG',
1212
'ALGOLIA_INDEX_NAME': 'spring-security-docs',
1313
]
1414
dependencies = [
1515
'@antora/atlas-extension': '1.0.0-alpha.1',
16-
'@antora/collector-extension': '1.0.0-alpha.2',
16+
'@antora/collector-extension': '1.0.0-alpha.3',
1717
'@asciidoctor/tabs': '1.0.0-alpha.11',
1818
'@opendevise/antora-release-line-extension': '1.0.0-alpha.2',
1919
'@springio/antora-extensions': '1.0.0-alpha.2',
20-
'@springio/asciidoctor-extensions': '1.0.0-alpha.7',
20+
'@springio/asciidoctor-extensions': '1.0.0-alpha.8',
2121
]
2222
}

0 commit comments

Comments
 (0)