You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"}# Graph Data Science Plugin Edition: "open" for OpenGDS, "full" for the full version with Neo4j license
23
23
24
24
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.2.0"}# Version 2.0.3 is the newest version (june 2023) compatible with Neo4j v5
JQASSISTANT_CLI_DISTRIBUTION=${JQASSISTANT_CLI_DISTRIBUTION:-"bin.zip"}# Since jQAssistant CLI v2: "bin.zip"
27
27
JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant.yaml"}# Name of the template file for the jqassistant configuration
Copy file name to clipboardExpand all lines: scripts/resetAndScan.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
set -o errexit -o pipefail
12
12
13
13
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.2.0"}# 2.0.3 is the newest version (june 2023) compatible with Neo4j v5, Version 1.12.2 is compatible with Neo4j v4
JQASSISTANT_CLI_DOWNLOAD_URL=${JQASSISTANT_CLI_DOWNLOAD_URL:-"https://repo1.maven.org/maven2/com/buschmais/jqassistant/cli"}# Download URL for the jQAssistant CLI
0 commit comments