We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429dc49 commit 3fd1b6bCopy full SHA for 3fd1b6b
build.gradle
@@ -24,7 +24,7 @@ repositories {
24
}
25
26
dependencies {
27
- asciidoctorGems 'rubygems:neo4j-asciidoctor-extensions:0.1.0'
+ asciidoctorGems 'rubygems:neo4j-asciidoctor-extensions:1.0.2'
28
29
30
zendesk {
@@ -35,7 +35,9 @@ zendesk {
35
def stage = project.findProperty('stage')
36
37
asciidoctorj {
38
+ jrubyVersion = '9.4.0.0'
39
version = '2.5.7'
40
+ //pdfVersion = '2.3.4'
41
requires "${rootProject.projectDir}/resources/extensions.rb"
42
attributes 'allow-uri-read': '',
43
'assets-cdn': 'https://s3.amazonaws.com/dev.assets.neo4j.com/kb-content',
0 commit comments