Update to Antora 3.0.0

This commit is contained in:
Rob Winch
2022-01-05 10:30:30 -06:00
parent d5483f7cbb
commit 96e5e67737
5 changed files with 7 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ apply plugin: 'io.spring.convention.docs'
apply plugin: 'java'
antora {
antoraVersion = "3.0.0-alpha.8"
antoraVersion = "3.0.0"
arguments = ["--fetch", "--stacktrace"]
}