Test against AsciidoctorJ 2.5.1
Closes gh-738
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user