bin/neo4j-jars in neo4j-7.2.3 vs bin/neo4j-jars in neo4j-8.0.0.alpha.1
- old
+ new
@@ -1,9 +1,9 @@
#!/usr/bin/env ruby
require 'neo4j'
-if ARGV.length == 0
+if ARGV.empty?
puts <<TEXT
A tool for copying jar files needed by the application server, like trinidad
It copies all jar files which has been required (neo4j-community, neo4j-advanced or neo4j-enterprise) to the lib folder of the current directory
Usage: neo4j-jars <community|advanced|enterprise>