File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414 id ' nu.studer.credentials' version ' 3.0'
1515 id ' maven-publish'
1616 id ' signing'
17- id ' org.asciidoctor.jvm.convert' version ' 4.0.3 '
17+ id ' org.asciidoctor.jvm.convert' version ' 4.0.4 '
1818}
1919
2020defaultTasks ' clean' , ' build'
@@ -97,8 +97,7 @@ processResources {
9797}
9898
9999asciidoctorj {
100- // asciidoctorj 3.0.0 doesn't seem to work with asciidoctor-gradle-plugin 4.0.3
101- version = ' 2.5.13'
100+ version = ' 3.0.0'
102101
103102 docExtensions file(' doc-extension.groovy' )
104103}
Original file line number Diff line number Diff line change 11docinfo_processor {
22 document -> {
3- if (! document. basebackend (' html' ) || ! document. hasAttribute(' fb-canonical-html' )) {
3+ if (! document. isBasebackend (' html' ) || ! document. hasAttribute(' fb-canonical-html' )) {
44 return
55 }
66 return " <link rel=\" canonical\" href=\" ${ document.getAttribute('fb-canonical-html')} \" />"
You can’t perform that action at this time.
0 commit comments