Skip to content

Commit 3fd1b6b

Browse files
authored
Bump JRuby to 9.4 (#173)
* Bump JRuby to 9.4 * Upgrade neo4j-extensions
1 parent 429dc49 commit 3fd1b6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
}
2525

2626
dependencies {
27-
asciidoctorGems 'rubygems:neo4j-asciidoctor-extensions:0.1.0'
27+
asciidoctorGems 'rubygems:neo4j-asciidoctor-extensions:1.0.2'
2828
}
2929

3030
zendesk {
@@ -35,7 +35,9 @@ zendesk {
3535
def stage = project.findProperty('stage')
3636

3737
asciidoctorj {
38+
jrubyVersion = '9.4.0.0'
3839
version = '2.5.7'
40+
//pdfVersion = '2.3.4'
3941
requires "${rootProject.projectDir}/resources/extensions.rb"
4042
attributes 'allow-uri-read': '',
4143
'assets-cdn': 'https://s3.amazonaws.com/dev.assets.neo4j.com/kb-content',

0 commit comments

Comments
 (0)