File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ pdfThemes {
30
30
}
31
31
32
32
asciidoctorj {
33
- // asciidoctorj 3.0.0 doesn't seem to work with asciidoctor-gradle-plugin 4.0.3
34
- version = ' 2.5.13'
33
+ version = ' 3.0.0'
35
34
36
35
docExtensions file(' doc-extension.groovy' )
37
36
}
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ dependencies {
51
51
compileOnly gradleApi()
52
52
compileOnly localGroovy()
53
53
54
- implementation ' org.asciidoctor.jvm.base:org.asciidoctor.jvm.base.gradle.plugin:4.0.3 '
55
- implementation ' org.asciidoctor.jvm.pdf:org.asciidoctor.jvm.pdf.gradle.plugin:4.0.3 '
54
+ implementation ' org.asciidoctor.jvm.base:org.asciidoctor.jvm.base.gradle.plugin:4.0.4 '
55
+ implementation ' org.asciidoctor.jvm.pdf:org.asciidoctor.jvm.pdf.gradle.plugin:4.0.4 '
56
56
57
57
implementation ' xerces:xercesImpl:2.12.2'
58
58
implementation ' xml-resolver:xml-resolver:1.2'
Original file line number Diff line number Diff line change 1
1
docinfo_processor {
2
2
document -> {
3
- if (! document. basebackend (' html' ) || ! document. hasAttribute(' fb-canonical-html' )) {
3
+ if (! document. isBasebackend (' html' ) || ! document. hasAttribute(' fb-canonical-html' )) {
4
4
return
5
5
}
6
6
return " <link rel=\" canonical\" href=\" ${ document.getAttribute('fb-canonical-html')} \" />"
You can’t perform that action at this time.
0 commit comments