Skip to content

Commit

Permalink
Configure component and converter versions in a modules block (asciid…
Browse files Browse the repository at this point in the history
…octor#348)

Also:
- Add Gradle 5.4 to test matrix
- Fix javadoc errors
  • Loading branch information
ysb33r committed May 4, 2019
1 parent cdd303f commit 9a10908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ asciidoctorj {
}

asciidoctor {
docExtensions 'asciidocExt'
configurations 'asciidocExt'
inProcess JAVA_EXEC
}
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ Please use one of the following instead instead as current behaviour will no lon

/** Returns the current set of Asciidoctor backends that will be used for document generation
*
* @since 0.7.1* @deprecated
* @since 0.7.1
* @deprecated
*/
@Optional
@Input
Expand Down

0 comments on commit 9a10908

Please sign in to comment.