Skip to content

Commit

Permalink
fixed release version for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Jul 25, 2017
1 parent 23065dd commit 1a41bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,18 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.2.0.4",
'neo4j-version' : neo4jVersion,
'branch' : "3.2"
}

asciidoctor.doLast {
copy {
from 'build/docs/html5/index.html'
into "$projectDir/x"
into "build/docs"
rename { String filename -> filename.replace("index","index32") }
}
}

assemble.dependsOn(asciidoctor)

/******
Expand Down

0 comments on commit 1a41bcb

Please sign in to comment.