Skip to content

Commit

Permalink
Test Asciidoctor extension against AsciidoctorJ 2.2, 2.3, and 2.4
Browse files Browse the repository at this point in the history
Closes gh-694
  • Loading branch information
wilkinsona committed Sep 2, 2020
1 parent 9fa9402 commit a1a2271
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ asciidoctorj16Version=1.6.2
javaFormatVersion=0.0.15
asciidoctorj20Version=2.0.0
asciidoctorj21Version=2.1.0
asciidoctorj22Version=2.2.0
asciidoctorj23Version=2.3.1
asciidoctorj24Version=2.4.0
org.gradle.daemon=false
8 changes: 7 additions & 1 deletion spring-restdocs-asciidoctor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ matrixTest {
asciidoctorj {
group = 'org.asciidoctor'
artifact = 'asciidoctorj'
versions = [ asciidoctorj16Version, asciidoctorj20Version, asciidoctorj21Version ]
versions = [ asciidoctorj16Version,
asciidoctorj20Version,
asciidoctorj21Version,
asciidoctorj22Version,
asciidoctorj23Version,
asciidoctorj24Version
]
}
}

0 comments on commit a1a2271

Please sign in to comment.