Skip to content

Commit f2aa1c7

Browse files
mojavelinuxmarcusdacoregio
authored andcommitted
upgrade Asciidoctor Tabs, the Antora Gradle plugin, and Node.js
1 parent fcc344d commit f2aa1c7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
plugins {
22
id 'base'
3-
id 'org.antora' version '1.0.0-alpha.5'
3+
id 'org.antora' version '1.0.0-alpha.7'
4+
}
5+
6+
node {
7+
version = '19.4.0'
48
}
59

610
antora {
@@ -14,7 +18,7 @@ antora {
1418
dependencies = [
1519
'@antora/atlas-extension': '1.0.0-alpha.1',
1620
'@antora/collector-extension': '1.0.0-alpha.3',
17-
'@asciidoctor/tabs': '1.0.0-alpha.11',
21+
'@asciidoctor/tabs': '1.0.0-alpha.12',
1822
'@opendevise/antora-release-line-extension': '1.0.0-alpha.2',
1923
'@springio/antora-extensions': '1.0.0-alpha.2',
2024
'@springio/asciidoctor-extensions': '1.0.0-alpha.8',

lib/antora/templates/per-branch-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PACKAGES antora@3.2.0-alpha.2 @antora/collector-extension@1.0.0-alpha.3 @springio/antora-extensions@1.0.0-alpha.2 @asciidoctor/tabs@1.0.0-alpha.11
1+
# PACKAGES antora@3.2.0-alpha.2 @antora/collector-extension@1.0.0-alpha.3 @springio/antora-extensions@1.0.0-alpha.2 @asciidoctor/tabs@1.0.0-alpha.12
22
#
33
# The purpose of this Antora playbook is to build the docs in the current branch.
44
antora:

0 commit comments

Comments
 (0)