Test against AsciidoctorJ 2.5.1

Closes gh-738
This commit is contained in:
Andy Wilkinson
2021-07-22 17:27:20 +01:00
parent c6e7b567e3
commit 67d86f6209
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ asciidoctorj21Version=2.1.0
asciidoctorj22Version=2.2.0
asciidoctorj23Version=2.3.0
asciidoctorj24Version=2.4.2
asciidoctorj25Version=2.5.1
javaFormatVersion=0.0.27
jmustacheVersion=1.12

View File

@@ -38,12 +38,14 @@ compatibilityTest {
dependency('AsciidoctorJ') { asciidoctorJ ->
asciidoctorJ.groupId = "org.asciidoctor"
asciidoctorJ.artifactId = "asciidoctorj"
asciidoctorJ.versions = [ asciidoctorj16Version,
asciidoctorJ.versions = [
asciidoctorj16Version,
asciidoctorj20Version,
asciidoctorj21Version,
asciidoctorj22Version,
asciidoctorj23Version,
asciidoctorj24Version
asciidoctorj24Version,
asciidoctorj25Version,
]
}
}