We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81638c commit f9de455Copy full SHA for f9de455
doc/build.gradle
@@ -29,14 +29,14 @@ plugins {
29
id 'org.neo4j.doc.build.docbook' version '1.0-alpha03'
30
}
31
32
-if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.6.0' }
+if (!project.hasProperty('streamsVersion')) { ext.streamsVersion = '3.5.6.0' }
33
34
ext {
35
copyrightYear = '2019'
36
- versionParts = apocVersion.split('-')
+ versionParts = streamsVersion.split('-')
37
branch = '3.5'
38
versions = [
39
- 'apoc' : apocVersion,
+ 'apoc' : streamsVersion,
40
'apocDocs' : versionParts[0].split('\\.')[0..1].join('.')
41
]
42
if (1 < versionParts.size()) { versions.apocDocs += '-preview' }
0 commit comments