File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' base'
3
- id ' org.antora' version ' 1.0.0-alpha.3 '
3
+ id ' org.antora' version ' 1.0.0-alpha.5 '
4
4
}
5
5
6
6
antora {
7
7
version = ' 3.2.0-alpha.2'
8
- options = [' -- clean' , ' -- fetch' , ' -- stacktrace' ]
8
+ options = [clean : true , fetch : true , stacktrace : true ]
9
9
environment = [
10
10
' ALGOLIA_API_KEY' : ' 82c7ead946afbac3cf98c32446154691' ,
11
11
' ALGOLIA_APP_ID' : ' 244V8V9FGG' ,
12
12
' ALGOLIA_INDEX_NAME' : ' spring-security-docs' ,
13
13
]
14
14
dependencies = [
15
15
' @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 ' ,
17
17
' @asciidoctor/tabs' : ' 1.0.0-alpha.11' ,
18
18
' @opendevise/antora-release-line-extension' : ' 1.0.0-alpha.2' ,
19
19
' @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 ' ,
21
21
]
22
22
}
You can’t perform that action at this time.
0 commit comments