Skip to content

Commit 67d86f6

Browse files
committed
Test against AsciidoctorJ 2.5.1
Closes gh-738
1 parent c6e7b56 commit 67d86f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ asciidoctorj21Version=2.1.0
1010
asciidoctorj22Version=2.2.0
1111
asciidoctorj23Version=2.3.0
1212
asciidoctorj24Version=2.4.2
13+
asciidoctorj25Version=2.5.1
1314

1415
javaFormatVersion=0.0.27
1516
jmustacheVersion=1.12

spring-restdocs-asciidoctor/build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ compatibilityTest {
3838
dependency('AsciidoctorJ') { asciidoctorJ ->
3939
asciidoctorJ.groupId = "org.asciidoctor"
4040
asciidoctorJ.artifactId = "asciidoctorj"
41-
asciidoctorJ.versions = [ asciidoctorj16Version,
41+
asciidoctorJ.versions = [
42+
asciidoctorj16Version,
4243
asciidoctorj20Version,
4344
asciidoctorj21Version,
4445
asciidoctorj22Version,
4546
asciidoctorj23Version,
46-
asciidoctorj24Version
47+
asciidoctorj24Version,
48+
asciidoctorj25Version,
4749
]
4850
}
4951
}

0 commit comments

Comments
 (0)