Merge branch 'cassandra-3.0' into cassandra-3.7

This commit is contained in:
Josh McKenzie 2016-05-03 14:06:57 -04:00
commit 54d7fc4b02
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ if [ "$JVM_VERSION" \< "1.8" ] ; then
exit 1;
fi
if [ "$JVM_VERSION" \< "1.8" ] && [ "$JVM_PATCH_VERSION" \< "40" ] ; then
if [ "$JVM_VERSION" \< "1.8" ] && [ "$JVM_PATCH_VERSION" -lt 40 ] ; then
echo "Cassandra 3.0 and later require Java 8u40 or later."
exit 1;
fi